Skip to content

Bootstrap Form Fields

Choose a tag to compare

@tommysolsen tommysolsen released this 09 Mar 18:03
· 15 commits to dev since this release

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