You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMO it should be removed entirely as it encourages misuse of bindings that won't translate outside this library. For reference, the original commit used it in the form of @BooleanFieldValue().
The text was updated successfully, but these errors were encountered:
We should use it consistently everywhere. It's necessary at the very least to make things like disabled, readonly, required, and checked work correctly.
Bug, feature request, or proposal:
Suggesting library-wide audit
Expected
Consistent use
Currently
At least two boolean inputs (1 2) do not use it
Motivation
#6344 (comment), #6097 (comment)
Is there anything else we should know?
IMO it should be removed entirely as it encourages misuse of bindings that won't translate outside this library. For reference, the original commit used it in the form of
@BooleanFieldValue()
.The text was updated successfully, but these errors were encountered: