Commit Graph

2 Commits

Author SHA1 Message Date
c134339526 Fixed bug with option fields.
All checks were successful
continuous-integration/drone/push Build is passing
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
30f737ccb1 Initial commit 2022-12-28 10:50:19 +01:00