Merge pull request #4221 from jiatianqi/fix-input-text-bug

chore: inputText 组件 transform属性 schema问题
This commit is contained in:
RUNZE LU 2022-05-05 20:29:50 +08:00 committed by GitHub
commit 1f0776989c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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