Web browser update

Hello,

Could it be possible to update the web browser integrated on the server because the actual browser doesn’t support html datalist balises in the website ?

Thanks!

does not support what?

also, no, newer CEF versions have broken accelerated off-screen rendering and a fix is not yet in sight there

Hi ! This : https://www.w3schools.com/tags/tag_datalist.asp

an update won’t magically fix that, since chromium implements that basing on autofill, which doesn’t exist in any embedded browser engine based on webkit/chromium at all.

you can implement the exact same using JS however without relying on lacking native browser support

Use the select2 library with data-search on

1 Like