Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWendelborn committed May 20, 2022
1 parent b5c13cb commit cd63990
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/kotti-ui/source/kotti-field-select/todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,10 @@
- Consider <https://stackoverflow.com/a/38317768> and setting tippy to manual mode...
- Honestly, the most realistic and sustainable solution is to either move the search query inside the dropdown or to not show the tags
- Consider making `isInputVisible` delayed when closing so that it only updates after 500ms

## V2

1. Up & down arrows
2. Clickoutside <https://stackoverflow.com/questions/152975/how-do-i-detect-a-click-outside-an-element/38317768#38317768>
3. support `tabIndex`
4. check if data-test is implemented sufficiently

0 comments on commit cd63990

Please sign in to comment.