Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想防止用户在编辑表单和表格编辑单元格的字段中输入无效数据。由于输入的绑定性质,如何防止这种情况发生?
目前我收到红色警告文本进行验证,但这并不妨碍保存数据。
不应保存根据验证逻辑进行的无效编辑,尽管 UI 元素不会还原为显示旧数据。这假定验证逻辑是使用 App Maker 约束或使用 onValidate 事件实现的。