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