🌐 AI搜索 & 代理 主页
Skip to content

Commit 850c3d8

Browse files
authored
Update common-props.json
1 parent 1a29a5a commit 850c3d8

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

docs/common-props.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,22 @@
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"

0 commit comments

Comments
 (0)