We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e73b935 commit 9d8f747Copy full SHA for 9d8f747
1 file changed
README.MD
@@ -225,6 +225,7 @@ You can prevent the view from receiving the focus for editing with
225
(Don't use *```setEnabled(false)```*, because this prevent the dispatch of all touch events).
226
227
```preventReFocus``` : Passing ```true```, will prevent re-focus on another EditText in the same ViewGroup (if present)
228
+
229
```closeKeyboard``` : Passing ```true```, will close the keyboard (if actually open)
230
231
Then if the user press the cancel icon, you should re-enable the editing on the view to let him pick another choice using
0 commit comments