Forms library to automate the generation and processing of HTML forms.
Go to file
Abel Hoogeveen c134339526
continuous-integration/drone/push Build is passing Details
Fixed bug with option fields.
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
layouts/form Implemented the Select field, which is an alternative to the Radio field. 2023-01-27 14:38:18 +01:00
src/FuzeWorks/Forms Fixed bug with option fields. 2023-02-09 15:37:54 +01:00
test Implemented extra unit tests for a few existing fields. 2023-02-02 13:48:37 +01:00
.drone.yml Implemented CI Pipeline. 2022-12-28 10:59:47 +01:00
.gitattributes Initial commit 2022-12-28 10:50:19 +01:00
.gitignore Initial commit 2022-12-28 10:50:19 +01:00
LICENSE Initial commit 2022-12-28 10:50:19 +01:00
composer.json Initial commit 2022-12-28 10:50:19 +01:00