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
{{ message }}
This repository has been archived by the owner on Apr 17, 2022. It is now read-only.
Is your feature request related to a problem? Please describe.
We use standard HTML form validation. In case datepicker field value is empty and required, user is able to submit form.
Describe the solution you'd like
Add required prop, just like existing disabled, readonly, etc. It should add required attribute to html input element.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We use standard HTML form validation. In case datepicker field value is empty and required, user is able to submit form.
Describe the solution you'd like
Add
required
prop, just like existingdisabled
,readonly
, etc. It should addrequired
attribute to html input element.The text was updated successfully, but these errors were encountered: