gradio/js/dropdown
Abubakar Abid a0cc9ac931
Fixes dropdown breaking if a user types in invalid value and presses enter (#5544)
* fix dropdown behavior

* tests

* tweak

* add changeset

* format

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2023-09-14 00:03:59 -07:00
..
example Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00
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 Fixes dropdown breaking if a user types in invalid value and presses enter (#5544) 2023-09-14 00:03:59 -07: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 (#5527) 2023-09-13 13:11:27 -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 (#5527) 2023-09-13 13:11:27 -07:00