-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
2.10.1.Final
-
None
If you set a UIInput<Boolean> as follows:
@WithAttributes(label = "fake", required = true, description = "just put something")
It will never require the user to enter a value. This is because the default is "false" even though no default was specified and the field is labelled as required. This should support tri-state booleans, and it should be possible to have a required boolean.
- is related to
-
FORGE-1187 UIInput<Boolean>.getValue() should not return null
- Closed