- Moved some setup to onMounted
- Added local prop bindings
- Strict to loose key comparison
- Generalized form style for .form as well
- Test page updated to include NicerForm and Selects
- Can now use a Search Provider
- Will automatically when searching
- Will automatically run when unknown keys are supplied from outisde
- Rejects then still unknown keys
- Can now have its placeholder text customized
- Usability improvements, in particular relating to mouse navigation
- Some bug fixes
- Also added useToast to auto imports
- Also added new unindexed test page
- Various transitions away from defineModel
- Fixed ChecBox
- Reworked PillBar
- Made it a bit smaller
- Now accepts either an object or array with keys
- Moved Index type to util and added MaybeIndex
* wip
* vee-validate experiments
* get test enabled form working
* Make PillBar Properly work with ModelValue
* Register NumberBox Globally
* Rework NiceForm
* Use new form props
* Rework Definitions for new Form