danielo515 / obsidian-modal-form

Define forms for filling data that you will be able to open from anywhere you can run JS
https://danielorodriguez.com/obsidian-modal-form/
MIT License
213 stars 18 forks source link

feat: reactive forms and required fields #140

Closed danielo515 closed 11 months ago

danielo515 commented 11 months ago

This PR adds a new form runtime that provides reactivity. Thanks to this, it was also easier to introduce a initial version of validtion, allowing to define which fields are required It also refocuses the multi-select input when you select any value

fixes #47 fixes #138