corejavascript / corejavascript/typeahead.js
On-screen keyboard doesn't display on Surface when focus obtained
Open
- Dominant language
- JavaScript
- Stars
- 968
- Forks
- 231
- PR merge metrics
- No merged PRs in 30d
Description
Using Edge on a Windows 10 tablet, tapping on a typeahead field does not bring up the on-screen keyboard. Regular input type=text fields are working fine.
It seems to have broken due to this change:
https://github.com/corejavascript/typeahead.js/commit/7543e33e68463495272c47acdb58858c603f92a5#diff-871d460f53a497a8586385f9a521bd47
Removing the "aria-readonly": "true" makes the keyboard show again, but I'm not sure of the implications of doing so.
Contributor guide
Assessment
This issue has not been assessed yet.