vitmalina / w2ui

UI widgets for modern apps. Data table, forms, toolbars, sidebar, tabs, tooltips, popups. All under 120kb (gzipped).
http://w2ui.com
MIT License
2.65k stars 733 forks source link

V2.0 w2field does not support validate #2539

Closed introspection3 closed 1 month ago

introspection3 commented 3 months ago

Short description A clear and concise description of the problem

What is current behavior v2.0 not support What is desired behavior support

Link to jsfidle/codepan with sample code

image

Steps to reproduce or sample ...

vitmalina commented 1 month ago

you should attach to onChange event for the field (it is an input field anyway) and do validation there.