rooseveltframework / semantic-forms

🎯 A pattern library of forms based on semantic HTML enhanced with a modern UX.
Other
8 stars 4 forks source link

Add reinitialization method #60

Closed awidener3 closed 8 months ago

awidener3 commented 9 months ago

Added a new method, reinitialize, that takes a form as a parameter and re-scans it. Called with window.semanticForms.reinitialize(formName).

Updated semanticForms method to ignore pre-scanned inputs.