floatl icon indicating copy to clipboard operation
floatl copied to clipboard

Usage with select elements

Open slavanga opened this issue 7 years ago • 2 comments

Is there a way to use floatl with select elements?

slavanga avatar Nov 20 '16 11:11 slavanga

Hi Slavenga, unfortunately not! I'm not sure if the pattern applies well to selects. We currently just use old school labels above the select elements.

But.. a solution might be possible 🤔 We could style the initial <option value="" disabled selected>Select a value</option> to 'simulate' a placeholder. I don't think I'll come around this soon but I'll keep the issue open.

richardvenneman avatar Nov 21 '16 10:11 richardvenneman

I found an example for select elements but it uses another design pattern (labels above input fields): http://codepen.io/anon/pen/GHKJj

slavanga avatar Nov 21 '16 23:11 slavanga