@@ -184,6 +184,7 @@ You can also set locale for *Input component locally using ``localization`` prop
184
184
| `` localization `` | {string} Sets Moment date locale locally for this component. |
185
185
| `` icon `` | {string\| false} icon to display inside Input. |
186
186
| `` iconPosition `` | {'left'\| 'right'} icon position inside Input. Default: 'right'. |
187
+ | `` hideMobileKeyboard `` | {bool} Try to prevent mobile keyboard appearing. |
187
188
188
189
### TimeInput
189
190
@@ -208,6 +209,7 @@ You can also set locale for *Input component locally using ``localization`` prop
208
209
| `` localization `` | {string} Sets Moment date locale locally for this component. |
209
210
| `` icon `` | {string\| false} icon to display inside Input. |
210
211
| `` iconPosition `` | {'left'\| 'right'} icon position inside Input. Default: 'right'. |
212
+ | `` hideMobileKeyboard `` | {bool} Try to prevent mobile keyboard appearing. |
211
213
212
214
### DateTimeInput
213
215
@@ -242,6 +244,7 @@ You can also set locale for *Input component locally using ``localization`` prop
242
244
| `` localization `` | {string} Sets Moment date locale locally for this component. |
243
245
| `` icon `` | {string\| false} icon to display inside Input. |
244
246
| `` iconPosition `` | {'left'\| 'right'} icon position inside Input. Default: 'right'. |
247
+ | `` hideMobileKeyboard `` | {bool} Try to prevent mobile keyboard appearing. |
245
248
246
249
### DatesRangeInput
247
250
@@ -271,6 +274,7 @@ You can also set locale for *Input component locally using ``localization`` prop
271
274
| `` icon `` | {string\| false} icon to display inside Input. |
272
275
| `` iconPosition `` | {'left'\| 'right'} icon position inside Input. Default: 'right'. |
273
276
| `` allowSameEndDate `` | {boolean} Allow end date to be the same as start date. |
277
+ | `` hideMobileKeyboard `` | {bool} Try to prevent mobile keyboard appearing. |
274
278
275
279
### YearInput
276
280
@@ -294,6 +298,7 @@ You can also set locale for *Input component locally using ``localization`` prop
294
298
| `` localization `` | {string} Sets Moment date locale locally for this component. |
295
299
| `` icon `` | {string\| false} icon to display inside Input. |
296
300
| `` iconPosition `` | {'left'\| 'right'} icon position inside Input. Default: 'right'. |
301
+ | `` hideMobileKeyboard `` | {bool} Try to prevent mobile keyboard appearing. |
297
302
298
303
### MonthInput
299
304
@@ -320,6 +325,7 @@ You can also set locale for *Input component locally using ``localization`` prop
320
325
| `` localization `` | {string} Sets Moment date locale locally for this component. |
321
326
| `` icon `` | {string\| false} icon to display inside Input. |
322
327
| `` iconPosition `` | {'left'\| 'right'} icon position inside Input. Default: 'right'. |
328
+ | `` hideMobileKeyboard `` | {bool} Try to prevent mobile keyboard appearing. |
323
329
324
330
### MonthRangeInput
325
331
@@ -345,3 +351,4 @@ You can also set locale for *Input component locally using ``localization`` prop
345
351
| `` localization `` | {string} Sets Moment date locale locally for this component. |
346
352
| `` icon `` | {string\| false} icon to display inside Input. |
347
353
| `` iconPosition `` | {'left'\| 'right'} icon position inside Input. Default: 'right'. |
354
+ | `` hideMobileKeyboard `` | {bool} Try to prevent mobile keyboard appearing. |
0 commit comments