thisbeyond / solid-select

The Select component for Solid.
https://solid-select.com
MIT License
172 stars 18 forks source link

Hidden Input Opacity Not Changed On Blur(CSS Bug) #22

Closed kapilpipaliya closed 1 year ago

kapilpipaliya commented 1 year ago

when i click on the input and then click on outside the input, input opacity is not changed.

2022-09-13_11-49_opacity_is_not_changed

martinpengellyphillips commented 1 year ago

Ah, interesting. I'll take a look, but feel free to raise a pr also.

rchandu commented 1 year ago

@martinpengellyphillips I'm just starting to learn SolidJS. Can I check this out ?

martinpengellyphillips commented 1 year ago

@rchandu yes - go for it 🙂

martinpengellyphillips commented 1 year ago

Closing as superseded by 0.14.0 - the input is no longer hidden with opacity. Instead only the caret is hidden or not.