@@ -110,8 +110,7 @@ export const formSchema: FormSchema[] = [
component: 'InputTextArea',
required: true,
componentProps: {
- maxlength: 1000,
- showCount: true,
+ showCount: false,
},
rules: [{ max: 1000 }],