Custom dropdown select with CSS and JS
Hi!
Recently I had a task to create custom select dropdown. First thing that came to my mind is to use select tag with options, but this approach was not so good.
This is why I decided to write it down here.
Select tag testing
First lets check what w...
krzszk.hashnode.dev3 min read