Actions
Feature #70443
closedHTML5 attribute required in sysext form
Start date:
2015-10-06
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.6
Tags:
form, html5, input
Complexity:
easy
Sprint Focus:
Description
With sysext forms an input (or textarea) field can be defined as required. There is only a server side check, the HTML5 attribute required is not used for this. The view helper <f:form.textfield renders the input field, so that view helper must be changed for that. IMO this would be a great usability improvement.
Actions