<form> <select> Dropdown not working?

bahrje

New member
<select> dropdown does not work (exeoutput 2018)

Workaround is to set <select multiple> but this is not what I want. What causes this error?
Code:
<select>
<option value=1>1</option>
<option value=2>2</option>
<option value=3>3</option>
</select>
 
Last edited:
Could you please post a screenshot or steps to reproduce, because for us, select does work:
 

Attachments

  • image.png
    image.png
    17.4 KB · Views: 0
Did some more testing and found what I suppose is a bug.
When “Windows stays on top”-setting in “Main Window” is checked, the <select> element is not working. Unchecked it works.
 
Yes, a possible bug but we won’t be able to fix it easily since the dropdown window is managed by the Chromium engine itself. Don’t use “Windows stays on top” unless necessary.
 
Back
Top