Forms/src/FuzeWorks/Forms/Fields
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
..
ButtonField.php Initial commit 2022-12-28 10:50:19 +01:00
CheckboxField.php Initial commit 2022-12-28 10:50:19 +01:00
ColorField.php Initial commit 2022-12-28 10:50:19 +01:00
DateField.php Initial commit 2022-12-28 10:50:19 +01:00
DatetimeField.php Initial commit 2022-12-28 10:50:19 +01:00
DecoratorField.php Initial commit 2022-12-28 10:50:19 +01:00
EmailField.php Initial commit 2022-12-28 10:50:19 +01:00
FileField.php Initial commit 2022-12-28 10:50:19 +01:00
HiddenField.php Initial commit 2022-12-28 10:50:19 +01:00
ImageField.php Initial commit 2022-12-28 10:50:19 +01:00
MonthField.php Initial commit 2022-12-28 10:50:19 +01:00
NumberField.php Initial commit 2022-12-28 10:50:19 +01:00
PasswordField.php Initial commit 2022-12-28 10:50:19 +01:00
RadioField.php Fixed bug with option fields. 2023-02-09 15:37:54 +01:00
RangeField.php Initial commit 2022-12-28 10:50:19 +01:00
ResetField.php Initial commit 2022-12-28 10:50:19 +01:00
SearchField.php Initial commit 2022-12-28 10:50:19 +01:00
SelectField.php Implemented the Select field, which is an alternative to the Radio field. 2023-01-27 14:38:18 +01:00
SubmitField.php Initial commit 2022-12-28 10:50:19 +01:00
TelephoneField.php Initial commit 2022-12-28 10:50:19 +01:00
TextAreaField.php Initial commit 2022-12-28 10:50:19 +01:00
TextField.php Initial commit 2022-12-28 10:50:19 +01:00
TimeField.php Initial commit 2022-12-28 10:50:19 +01:00
UrlField.php Initial commit 2022-12-28 10:50:19 +01:00
WeekField.php Initial commit 2022-12-28 10:50:19 +01:00