-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
感谢您支持fast-crud,请按如下规范提交issue
如果有条件,请尽量在github上提交
一、问题描述
`icon-selector只能选择icon,自定义图标值不能传入后端接口
复现步骤
` {
title: '图标',
key: 'icon',
sortable: true,
type: 'icon-selector',
form: {
component: {
props: {
userInput: true,
clearable: true
},
placeholder: '请输入图标'
}
}
},
代码截图
` {
title: '图标',
key: 'icon',
sortable: true,
type: 'icon-selector',
form: {
component: {
props: {
userInput: true,
clearable: true
},
placeholder: '请输入图标'
}
}
},
报错截图
请贴出报错日志截图
效果截图
请贴出效果截图
1. 期望效果
期望icon-selector可选择icon,亦可以输入自定义图标
2. 实际效果
只能选择icon,输入的自定义icon值无效
3. 使用的admin框架
- [v] fs-admin-element
Metadata
Metadata
Assignees
Labels
No labels