HTML SELECT doesn't work correctly in WebBrowser Widget

Hi.

HTML SELECT doesn’t work correctly in WebBrowser Widget:

http://s6.postimg.org/8iie4fn1t/screenshot_194.png

I understood, that it is experimental widget, but can you fix it?
Thank you very much!

Hi Arthur.

The html <select> tag requires special handling when rendering, as the popup menu needs to be shown in a separate window that can extend outside the browser window itself, and we haven’t added that functionality yet to the web browser widget.

As a workaround you can use a select box replacement library, such as the Select2 JQuery plugin

Hi.

Thank you!