plotly / dash-daq

Control components for Dash
MIT License
141 stars 40 forks source link

How to add custom Error Messages for DAQ Components #147

Open Karan-S-Mittal opened 3 years ago

Karan-S-Mittal commented 3 years ago

While working on Issue #134, I wanted to add custom warning messages so when a min or max value is equal it can be shown as an error message in debug mode. I am not able to find where to add these error messages. I tried to get some reference from here: https://github.com/plotly/dash/issues/1403 but can't understand how I can add custom error messages or validation checks in DAQ. Thank you for your help!