nutui icon indicating copy to clipboard operation
nutui copied to clipboard

Form 表单发生change事件实时校验

Open aisuandebowen opened this issue 1 year ago • 2 comments

What problem does this feature solve?(这个功能解决的问题)

当输入的内容已经通过校验,但是下方的错误提示仍然存在。

此时,用户仍会认为当前输入的内容是错误的。

What does the proposed API look like?(期望的 API)

添加一个props,来选择是否开启实时校验。

aisuandebowen avatar Jun 02 '23 07:06 aisuandebowen

你可以使用焦点校验,当用户移除焦点时进行重新校验。

liusanjin777 avatar Jun 09 '23 09:06 liusanjin777

你可以使用焦点校验,当用户移除焦点时进行重新校验。

每个item都需要手动绑定校验,有点太麻烦了。

aisuandebowen avatar Jun 09 '23 10:06 aisuandebowen