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
Easier still: add the style attribute to your select tag:
style="pointer-events: none;"