mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
30f4556927
* Fix several dropdown bugs - Stop reopening when arrow is pressed - Fix not opening when value text is clicked - Being unable to filter in single-select mode - Change color of filter text - Clear filtering text when focus is lost * Fix more dropdown issues - Filter being focused but options not opening - Make actions triggered on keydown instead of keyup (better responsiveness) * Select dropdown element if exact match * Pop last multiselect element if backspaced into * Fix even more dropdown issues - Override default input component up/down arrow key action - Active option preventing arrow key movement if exact match * Don't truncate dropdown options in X direction * Format * Update changelog * Fix * Requested changes * changes --------- Co-authored-by: Ali Abid <aabid94@gmail.com>
16 lines
237 B
Plaintext
16 lines
237 B
Plaintext
**/js/app/public/**
|
|
**/pnpm-workspace.yaml
|
|
**/js/app/dist/**
|
|
**/pnpm-lock.yaml
|
|
**/js/plot/src/Plot.svelte
|
|
**/.svelte-kit/**
|
|
**/demo/**
|
|
**/gradio/**
|
|
**/website/**
|
|
**/venv/**
|
|
**/.github/**
|
|
**/guides/**
|
|
**/test/**
|
|
**/.mypy_cache/**
|
|
**/*.md
|