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
The fact that Checkbox cannot be made properly read-only leads to some weird situations, like an entire layout becoming suddenly not-read-only after a checkbox contained within it was clicked. More information in vaadin/web-components#688
Introduce an improved Checkbox that can be made read-only such that it synchronises the state with enabledness.
The text was updated successfully, but these errors were encountered:
The fact that
Checkbox
cannot be made properly read-only leads to some weird situations, like an entire layout becoming suddenly not-read-only after a checkbox contained within it was clicked. More information in vaadin/web-components#688Introduce an improved
Checkbox
that can be made read-only such that it synchronises the state with enabledness.The text was updated successfully, but these errors were encountered: