Releases: apility/form-builder
Releases · apility/form-builder
v2.0.1
What's Changed
- Fix TextArea properties being protected instead of public by @tommysolsen in #2
New Contributors
- @tommysolsen made their first contribution in #2
Full Changelog: v2.0.0...v2.0.1
v2.0.0
Merge pull request #1 from apility/dev Merge dev into master
v1.2.0
Adds support for fields to be QueryableModel instance
v1.1.5
Removes rogue x
Bootstrap Form Fields
Refactors any BaseField function arguments out of the form builder and replaces them with the FormField interface. BaseField inherits from this so it should not cause any issues when upgrading.
Adds the following form types for inclusing where needed. All are bootstrap 5 styled
- TextInput (generic text input)
- TextArea
- Select
- Checkbox
- NumericTextInput
See README for more information