File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 43
43
"events" : [
44
44
{
45
45
"event" : " change" ,
46
- "description" : " Emitted with the select value changes via user interaction" ,
46
+ "description" : " Emitted when the select value changes via user interaction" ,
47
47
"args" : [
48
48
{
49
49
"arg" : " value" ,
59
59
},
60
60
{
61
61
"event" : " input" ,
62
- "description" : " Emitted with the select value changes" ,
62
+ "description" : " Emitted when the select value changes" ,
63
63
"args" : [
64
64
{
65
65
"arg" : " value" ,
Original file line number Diff line number Diff line change 111
111
{
112
112
"arg" : " value" ,
113
113
"type" : " String" ,
114
- "description" : " Value of textarea, after any formatting. Not emitted if the value does nto change"
114
+ "description" : " Value of textarea, after any formatting. Not emitted if the value does not change"
115
115
}
116
116
]
117
117
}
You can’t perform that action at this time.
0 commit comments