mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 03:58:07 +08:00
fix: inputText 组件 schema问题
This commit is contained in:
parent
1882311269
commit
f18321e5c6
@ -90,7 +90,7 @@ export interface TextControlSchema extends FormOptionsControl {
|
||||
/**
|
||||
* 自动转换值
|
||||
*/
|
||||
transform: {
|
||||
transform?: {
|
||||
/** 用户输入的字符自动转小写 */
|
||||
lowerCase?: boolean;
|
||||
/** 用户输入的字符自动转大写 */
|
||||
|
Loading…
Reference in New Issue
Block a user