gradio/js/radio
Abubakar Abid ddc02268f7
Allows the gr.Dropdown to have separate names and values, as well as enables allow_custom_value for multiselect dropdown (#5384)
* dropdown

* changes

* add changeset

* refactor

* cleanup

* dropdown

* more refactoring

* fixes

* simplify, docstring

* restore active_index

* split into two files

* new files

* simplify

* single select dropdown working

* single select dropdown almost working

* dropdown

* multiselect

* multiselect wip

* multiselect

* multiselect

* multiselect

* interactive working

* dropdown

* lint

* add changeset

* type

* typing

* fix multiselect static

* dropdown

* stories and tests

* split stories

* lint

* add changeset

* revert

* add changeset

* fix x

* dropdown

* lint, test

* backend fixes

* lint

* fix tests

* lint

* fix final test

* clean

* review fixes

* dropdown

* lint

* lint

* changes

* typing

* fixes

* active index null bug

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2023-09-12 09:58:18 -07:00
..
example Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00
interactive delegate gradio events via a custom event dispatcher (#5279) 2023-08-23 21:48:10 +01:00
shared 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
static delegate gradio events via a custom event dispatcher (#5279) 2023-08-23 21:48:10 +01:00
CHANGELOG.md chore: update versions (#5419) 2023-09-07 13:26:14 -07:00
package.json chore: update versions (#5419) 2023-09-07 13:26:14 -07:00
Radio.stories.svelte gr.Radio and gr.CheckboxGroup can now accept different names and values (#5232) 2023-08-16 11:27:39 -07:00
Radio.test.ts remove index files and update test paths (#5262) 2023-08-18 16:33:07 +01:00