Opera incorrectly renders combobox
-
sektorl last edited by
I have the following combobox:
<label>Role:</label> <select v-model="role"> <option value="developer">Developer</option> <option value="designer">Designer</option> </select>
Its CSS:
input, select { display: block; padding: 10px 6px; width: 100%; box-sizing: border-box; border: none; border-bottom: 1px solid #ddd; color: #555 }
The result in Opera in Google Chrome. Combobox is incorrectly rendered in Opera:
-
andrew84 last edited by
Could you check how it looks with HW acceleration off?
I reported a similar issue here https://forums.opera.com/post/237508
Also for the range control. -