According to HTML specs, the select tag in HTML doesn\'t have a readonly attribute, only a disabled attribute. So if you want to keep
select
readonly
disabled
A bit late to the party. But this seems to work flawlessly for me
select[readonly] { pointer-events:none; }