rodriquelca / dunamis-jform

Other
0 stars 1 forks source link

Minimum and Maximum Date Properties for Date Picker Component #73

Closed TinCodes closed 2 years ago

TinCodes commented 2 years ago

Description A minimum and maximum date need to be specified in this specific component. Both properties must be able to accept mustache syntax, a ISO8601 date and YYYY-MM-DD formats. The minimum date defines the minimum valid date that is available in the date picker when rendering the form. Similarly, the maximum date defines the maximum valid date that is available in the date picker. These properties prevent users from picking certain date ranges before the minimum date or after the maximum date.

Screenshot image

TinCodes commented 2 years ago

Duplicated issue. #33 #34