Skip to content

Releases: apility/form-builder

v2.0.1

11 Mar 11:15
986d720

Choose a tag to compare

What's Changed

  • Fix TextArea properties being protected instead of public by @tommysolsen in #2

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

09 Aug 09:13
103140b

Choose a tag to compare

Merge pull request #1 from apility/dev

Merge dev into master

v1.2.0

16 Mar 12:24
4a48ed2

Choose a tag to compare

Adds support for fields to be QueryableModel instance

v1.1.5

15 Mar 12:02
8a38527

Choose a tag to compare

Removes rogue x

Bootstrap Form Fields

09 Mar 18:03

Choose a tag to compare

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