georgealways / lil-gui

Makes a floating panel for controllers on the web. Works as a drop-in replacement for dat.gui in most projects.
https://lil-gui.georgealways.com/
MIT License
1.15k stars 47 forks source link

Dropdown search (input completions) #116

Closed zardoy closed 1 year ago

zardoy commented 1 year ago

I have a very large number of options, what do you think of implementing search input along with dropdown? Currently the easiest solution I think would be to provide input with datalist with a some option enabled

georgealways commented 1 year ago

Hey thanks for submitting an issue. The goal is to keep lil-gui small, so I think that's probably out of scope for the core library. Maybe it can be developed as a third party add-on.

zardoy commented 1 year ago

Another use case that might be useful but not possible now is to have some suggestions for string inputs. Btw thanks for quick response