A simple drop-down (select) with an optional search functionality #1378
mitosch
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Update: It is now available as a package for those interested: https://github.com/mitosch/textual-select pip install textual-select |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First, let me thank you for this great project and the latest update with the ListView.
I'd like to share a simple Select (aka drop-down) with the ability to search the entries.
Some notes:
Demo:
dropdown-example.mp4
Demo code:
old code:
PS: Github repo for future reference and keep track of changes: https://github.com/mitosch/textual-select
Edit: hide code above, package released.
Beta Was this translation helpful? Give feedback.
All reactions