Commit Graph

3 Commits

Author SHA1 Message Date
Abel Hoogeveen c134339526 Fixed bug with option fields.
continuous-integration/drone/push Build is passing Details
If the addOptions() method was used on RadioField or SelectField, and the array was provided as numeric, it would wrongly get added as numeric and values would not be associated correctly with their options. This was especially troublesome for the first element in the options array, as that element would be impossible to select.
2023-02-09 15:37:54 +01:00
Abel Hoogeveen 086cfd331f Implemented the Select field, which is an alternative to the Radio field.
continuous-integration/drone/push Build is passing Details
2023-01-27 14:38:18 +01:00
Abel Hoogeveen 30f737ccb1 Initial commit 2022-12-28 10:50:19 +01:00