Let TextArea (SelectionField, calendars) have required, autofocus HTML5 attributes.#44
Let TextArea (SelectionField, calendars) have required, autofocus HTML5 attributes.#44nphilipp wants to merge 4 commits intotoscawidgets:developfrom
Conversation
|
As pointed out by testsuite, |
|
Do you have a specific reason for this PR? Because, conceptually, a textarea just isn't an input field (the naming there is analogous to the html tags). |
|
The purpose of this was to be able to set I guess the shortcut I took was too short, so it's back to the drawing board. ;) |
|
Skimming the HTML form fields documentation it seems as if |
f971fae to
5fb279a
Compare
These attributes can be set on more than just input fields (textarea, select).
5fb279a to
4a7a099
Compare
This lets developers set
requiredon the widget, making it moresimilar in look and field to other input fields.