solana-playground / solana-playground

Quickly develop, deploy and test Solana programs from browsers
https://beta.solpg.io
Apache License 2.0
398 stars 133 forks source link

Add ability to customize whether to close `SearchBar` dropdown component on outside click #195

Open acheroncrypto opened 3 months ago

acheroncrypto commented 3 months ago

Problem

Dropdowns of the SearchBar component get closed when clicked outside of the component. This is usually what we want but for custom components like FromSeed, users may want to keep the dropdown open if they need to copy something from the page.

image

Solution

Add a way to customize the closing behavior of the Searchbar dropdowns and change FromSeed component to be closed by explicit clicking via a close button.