Theodor Vararu
Theodor Vararu
(This bug would be easy to demonstrate with something like https://github.com/alphagov/accessible-typeahead/issues/42) If you have a typeahead with a `displayMenu: 'inline'` list of options open, then when you click on a...
When users access the "MouseGrid" feature from Dragon, it triggers a `blur` event on the input that will close the list of suggestions.
On iOS, when you confirm an option with VoiceOver turned on, the typeahead will select the text inside the input, which will bring up the selection edit menu (copy /...
We provide options for most other features, so maybe we should for this as well if people request it.
Potential sources: - https://www.linkedin.com/pulse/multiselect-aria-comboboxes-aka-typeaheads-fields-now-bryan-garaventa
We currently provide the `onConfirm` option but it would be better if you could attach to other events: `onSelect`, `onHover`, all of them.
[Timer mocks](https://facebook.github.io/jest/docs/en/timer-mocks.html#content) would be useful for [fixing some of our tests](https://github.com/alphagov/accessible-typeahead/pull/108/files#diff-ec01eb0e71ae3c2ab62229e718dcfe96R135). Should be combined with https://github.com/alphagov/accessible-typeahead/issues/54?
The [progressive enhancement](https://github.com/alphagov/accessible-autocomplete#progressive-enhancement) approach already uses a very simple suggestion engine. It would be easier to use the autocomplete if it offered an API that was as simple as: ```js...
It's displaying a regular cursor (instead of a pointer) and the click event isn't being used to trigger the autocomplete. Would also be good if clicking again on it closed...
Discussion in cross-gov Slack: https://ukgovernmentdigital.slack.com/archives/C6DMEH5R6/p1654079614172949 Similar issue: https://github.com/alphagov/govuk-frontend/issues/2072 (no longer applicable in my own testing) ## Description of the issue List of error messages within the error summary is not...