ifpen / chalk-it

Drag-and-drop Python webapps
https://ifpen.github.io/chalk-it/
Apache License 2.0
49 stars 7 forks source link

chalkit API : handle widget state #193

Closed bengaid closed 5 months ago

bengaid commented 8 months ago

we should have a state to prevent that re-rendering breaks enable/disable/show hide stuff. Seen when a value connected to numeric input changes to null

abirEF commented 7 months ago

no bug is identified, the user example has wrong conditon to switch betwen disable/enable. here the corrected example. numericInput.json

however for enhancement, the state in the widget will be added

bengaid commented 5 months ago

Great work Abir, thanks