Skip to content
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

Date field required updates validity when set #1768

Merged
merged 3 commits into from
Aug 25, 2020

Conversation

I-Valchev
Copy link
Member

Fixes #1743

But I think this will also break the pattern attribute. Not that it makes sense for people to use pattern on a field that's not manually filled in..

@bobdenotter
Copy link
Member

Should this PR also revert the (incorrect) changes I made in https://github.com/bolt/core/pull/1747/files ?

@I-Valchev
Copy link
Member Author

@bobdenotter yes, it should! sorry.

@bobdenotter bobdenotter force-pushed the bugfix/date-field-required branch from 68a75cf to 6dff573 Compare August 25, 2020 12:57
Copy link
Member

@bobdenotter bobdenotter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! 👍

@bobdenotter bobdenotter merged commit fe71bef into master Aug 25, 2020
@bobdenotter bobdenotter deleted the bugfix/date-field-required branch August 25, 2020 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

required: true does not work properly with date fields.
2 participants