Skip to content

Commit 9d8f747

Browse files
authored
DOCS : Fix space on paragraph
1 parent e73b935 commit 9d8f747

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.MD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ You can prevent the view from receiving the focus for editing with
225225
(Don't use *```setEnabled(false)```*, because this prevent the dispatch of all touch events).
226226

227227
```preventReFocus``` : Passing ```true```, will prevent re-focus on another EditText in the same ViewGroup (if present)
228+
228229
```closeKeyboard``` : Passing ```true```, will close the keyboard (if actually open)
229230

230231
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

Comments
 (0)