rob-balfre / svelte-select

Svelte Select. A select component for Svelte
https://svelte-select-examples.vercel.app
Other
1.26k stars 175 forks source link

Feature: force list to stay open for debugging #420

Closed PPP01 closed 2 years ago

PPP01 commented 2 years ago

Just a small change for debug purposes. With the new flag DebugKeepListOpen it is possible to force the list to stay open. This can be usefull for inspecting the list and do some CSS-work.

Edward-Ta commented 2 years ago

Perfect, good job

rob-balfre commented 2 years ago

Thanks @PPP01 but this can be achieved without adding a new prop...

https://svelte.dev/repl/797e2cac62b4421d91aadd097e44f6d4?version=3.48.0

rob-balfre commented 2 years ago

@PPP01 Debugging tip for you!

Screen Shot 2022-06-08 at 11 52 42 am