Closed
Description
Currently, the UI hangs when trying to use a numeric parameter with style=slider
, but min
or max
undefined:
#@ int (style=slider) a
This should be handled gracefully, by checking for softMin != null
and softMax != null
here:
If no slider or scroll bar can be rendered, we should fallback to the standard textfield/spinner combination and log a warning message.
Metadata
Metadata
Assignees
Labels
No labels