fix: inputText 组件 schema问题

This commit is contained in:
”jiatianqi“ 2022-05-05 20:13:25 +08:00
parent 1882311269
commit f18321e5c6

View File

@ -90,7 +90,7 @@ export interface TextControlSchema extends FormOptionsControl {
/** /**
* *
*/ */
transform: { transform?: {
/** 用户输入的字符自动转小写 */ /** 用户输入的字符自动转小写 */
lowerCase?: boolean; lowerCase?: boolean;
/** 用户输入的字符自动转大写 */ /** 用户输入的字符自动转大写 */