form-js / forms.js

Fully featured javascript form builder
https://formsjs.io/
8 stars 4 forks source link

implement min, max and step into all applicable date inputs #8

Open Trilmatic opened 7 months ago

Trilmatic commented 7 months ago

We want to implement min, max and step attributes into the date fields where it matters, this will only affect html5 inputs, in flatpickr this should be done through options so no need to implement it there.