The element can now be customized with CSS
developer.chrome.com
The element can now be customized with CSS
1–10 of 194 posts
Re: The <select> element can now be customized with CSS
#2Re: The <select> element can now be customized with CSS
#3In other words, don’t include critical information or functionality in the new styling that isn’t available in the underlying plain select element! But such is always a good practice anyway.
Very nice to see this taking shape though! Should be a huge improvement over the div monster that custom select box replacements often are. :)
[1] https://caniuse.com/mdn-css_properties_appearance_base-selec...
Re: The <select> element can now be customized with CSS
#4Re: The <select> element can now be customized with CSS
#5I don't have Chrome installed, but I'm curious how it handles multi-select fields, as I didn't see that in the example video.
Re: The <select> element can now be customized with CSS
#6Re: The <select> element can now be customized with CSS
#7Re: The <select> element can now be customized with CSS
#8Re: The <select> element can now be customized with CSS
#9This looks like what web developers have been waiting literally decades for. Possibly replacing (eventually) a bunch of JS libraries to make this all do what we want. I don't have Chrome installed, but I'm curious how it handles multi-select fields, as I didn't see that in the example video.
Also just tried it with multiple="multiple" just in case. Same behavior.
Re: The <select> element can now be customized with CSS
#10Can someone explain why this took them literal decades to do?