APTG / dedx_web

Web interface for libdedx library
https://aptg.github.io/web/
GNU General Public License v3.0
3 stars 2 forks source link

Application breaks when given non-numeric input in Data tab #163

Closed Mexolius closed 2 years ago

Mexolius commented 2 years ago

As described in the title. @grzanka what would be the expected behaviour for incorrect input? What should happen if the input is technically correct but not supported (to big/small)?

grzanka commented 2 years ago

The app should display a clear message (i.e. modal) with the reason why the input is incorrect (i.e. list values being out of range).

grzanka commented 2 years ago

Fixed now