Skip to content

Commit

Permalink
Add 'inputMode' attribute to input. (#3916)
Browse files Browse the repository at this point in the history
The inputmode global attribute provides a hint to browsers for devices with onscreen keyboards to help them decide which keyboard to display.

Co-authored-by: Oleksandr Fediashov <alexander.mcgarret@gmail.com>
  • Loading branch information
RoyalHunt and layershifter committed Jun 23, 2020
1 parent e71b0a1 commit 9513785
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/htmlPropsUtils.js
Expand Up @@ -16,6 +16,7 @@ export const htmlInputAttrs = [
'disabled',
'form',
'id',
'inputMode',
'lang',
'list',
'max',
Expand Down

0 comments on commit 9513785

Please sign in to comment.