Add a multiple form field to an xml and load the field in a validate form view
XML Field like:
<field name="test" type="checkboxes" multiple="true" required="true"> <option value="test1">test1</option> <option value="test2">test2</option> </field>
Then try to submit and you see, that the client side form js validation did not work
JS Feedback "required field" should be shown
Nothing, form submits without any error
Joomla! 4.0.0-beta4 Beta [ MaƱana ] 15-September-2020 13:46 GMT
Same problem on list field type
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-10-22 06:16:37 |
Closed_By | ⇒ | SharkyKZ |
Please test PR #31196.