File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
13.x-next/docs/api/events Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,7 @@ The `pressIn` and `pressOut` events are sent by default but can be skipped by pa
142
142
- ` blur `
143
143
144
144
The ` submitEditing ` event is skipped by default. It can sent by setting the ` submitEditing : true ` option.
145
+ The ` endEditing ` and ` blur ` events can be skipped by passing the ` skipBlur : true ` option.
145
146
146
147
## ` clear ()`
147
148
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ The `pressIn` and `pressOut` events are sent by default but can be skipped by pa
136
136
- ` blur `
137
137
138
138
The ` submitEditing ` event is skipped by default. It can sent by setting the ` submitEditing : true ` option.
139
- The ` endEditing ` and ` blur ` events can also be skipped by passing the ` skipBlur : true ` option.
139
+ The ` endEditing ` and ` blur ` events can be skipped by passing the ` skipBlur : true ` option.
140
140
141
141
## ` clear ()`
142
142
You can’t perform that action at this time.
0 commit comments