gradio/js/dropdown
Hannah 75ddeb390d
Accessibility Improvements (#5554)
* allow remove token via keyboard

* more a11y enhancements

* upload + dataset a11y tweaks

* add changeset

* add webcam label

* improve checkbox focus styling and allow interaction via keyboard

* add changeset

* improve radio focus color

* tweak

* add radio label

* add changeset

* add annotated image alt + use button for labels

* button tweaks

* add changeset

* tweak

* more changes

* tiny tweaks

* galley / image

* label tweaks and add semantic tags to confidence

* nit + docstring

* tweak

* add changeset

* fix tests

* unit test fix

* range tweak

* fix alignment in gallery

* range tweak

* slider test tweak

* tweak

* more test fixes

* last? test tweak

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2023-09-22 14:12:26 +02:00
..
example
interactive Adds a filterable parameter to gr.Dropdown that controls whether user can type to filter choices (#5508) 2023-09-12 18:36:29 -07:00
shared Accessibility Improvements (#5554) 2023-09-22 14:12:26 +02:00
static Adds a filterable parameter to gr.Dropdown that controls whether user can type to filter choices (#5508) 2023-09-12 18:36:29 -07:00
CHANGELOG.md chore: update versions (#5543) 2023-09-14 00:52:36 -07:00
Dropdown.stories.svelte Allows the gr.Dropdown to have separate names and values, as well as enables allow_custom_value for multiselect dropdown (#5384) 2023-09-12 09:58:18 -07:00
dropdown.test.ts Fixes dropdown breaking if a user types in invalid value and presses enter (#5544) 2023-09-14 00:03:59 -07:00
Multiselect.stories.svelte Allows the gr.Dropdown to have separate names and values, as well as enables allow_custom_value for multiselect dropdown (#5384) 2023-09-12 09:58:18 -07:00
package.json chore: update versions (#5543) 2023-09-14 00:52:36 -07:00