Content
@
0 reply
0 recast
0 reaction
@git
stop using type="text" on HTML inputs it prevents text replacement on iOS & macOS from working there are 22 types total. Use any except text if it's really just text then don't add a type https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#input_types
2 replies
4 recasts
29 reactions
Darryl Yeo 🛠️
@darrylyeo
`type="text"` is fine as long as you pair it with the `inputmode` attribute to hint to iOS/Android what type of keyboard to show. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#inputmode
1 reply
0 recast
9 reactions
Avinash Wadhawan
@axw
very valuable info.
0 reply
0 recast
0 reaction