File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 1515 "description" : " Adds the 'required' attribute to the form control"
1616 },
1717 "form" : {
18- "description" : " ID of the form that the form control belongs to. Sets the 'form' attribute on the control."
18+ "description" : " ID of the form that the form control belongs to. Sets the 'form' attribute on the control"
19+ },
20+ "name" : {
21+ "description" : " Sets the value of hte 'name' attribute on the form control"
22+ },
23+ "placeholder" : {
24+ "description" : " Sets the 'placeholder' attribute value on the form control"
25+ },
26+ "readonly" : {
27+ "description" : " Sets the 'readonly' attribute on hte form control"
28+ },
29+ "plaintext" : {
30+ " description" " Set the form control as readonly and renders the control to look like plain text (no borders)"
31+ },
32+ "autocomplete" : {
33+ "description" : " Sets the 'autocomplete' attribute value on hte form control"
1934 },
2035 "autofocus" : {
2136 "description" : " When set to 'true', auto-focuses the control once it is mounted. Does not set the 'autofocus' attribute on the control"
You can’t perform that action at this time.
0 commit comments