-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[checkbox] Add required property #938
Comments
Here is a pull request to enable this: vaadin/vaadin-checkbox#85 |
Related request for Flow counterpart: https://github.com/vaadin/vaadin-checkbox-flow/issues/112 |
We could consider using However, as mentioned at https://github.com/vaadin/vaadin-custom-field/issues/78#issuecomment-633576433, then there is another problem: custom field currently only works with elements that have |
See also vaadin/vaadin-checkbox#188 (comment) |
Acceptance Criteria: vaadin/platform#5190 |
Also see: vaadin/flow-components#3397 |
We use the element for agreements on our checkout process, and a checkbox is always required to be filled in. We'd like to be able to make the field required and add an error message when the customer doesn't fill it in.
The text was updated successfully, but these errors were encountered: