formBuilder
formBuilder copied to clipboard
How do i give range to my date field, i am not able to do it from the UI
Description: How do i give range to my date field, i am not able to do it from the UI
Environment Details:
- formBuilder Version:
- Browser:
- OS:
Expected Behavior: I want to set a max date and min date limit which seems not possible from the form builder.
Actual Behavior: there is no way to set the range for the date field
Steps to Reproduce
Screenshot - (optional)
Yes there is a Min and Max field to set the range. But it dosent have a format, the average user might think it as a regular textbox.
Your screenshot would suggest you have disabled the min/max attributes via config
PRs welcome to improve the interface.
Two options would be to
- add placeholders showing the expected format yyyy-mm-dd,
- need to convert value, min and max inputs to match the Date/local datetime/time field.