File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
src/components/form-spinbutton Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 21
21
{
22
22
"prop" : " locale" ,
23
23
"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"
24
40
}
25
41
],
26
42
"events" : [
You can’t perform that action at this time.
0 commit comments