Skip to content

Commit 14affd0

Browse files
authored
Update package.json
1 parent fd35cde commit 14affd0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/components/form-spinbutton/package.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,22 @@
2121
{
2222
"prop": "locale",
2323
"description": "Specify the local to use for formatting the number. Defaults to the browser locale. Only applicable when using the internal formatter"
24+
},
25+
{
26+
"prop": "placeholder",
27+
"description": "Value to show when the v-model is `null`"
28+
},
29+
{
30+
"prop": "required",
31+
"description": "Adds the `aria-required=\"true\"` attribute on the component. Note this will not prevent for submission when the value is `null`"
32+
},
33+
{
34+
"prop": "readonly",
35+
"description": "Places the component in a readonly state"
36+
},
37+
{
38+
"prop": "disabled",
39+
"description": "Places the component in a disabled state"
2440
}
2541
],
2642
"events": [

0 commit comments

Comments
 (0)