Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-54433

Support of datalist

XMLWordPrintable

    • 19c6b0a22f (qt/qtwebengine/dev) c17adb8848 (qt/qtwebengine/6.4)

      See code snippet. This doesn't work as expected in QWebEngineView. Selecting the arrow button or pressing "down" key should open a popup window with a list of options.

      <input list="browsers">
      
      <datalist id="browsers">
        <option value="Internet Explorer">
        <option value="Firefox">
        <option value="Chrome">
        <option value="Opera">
        <option value="Safari">
      </datalist>
      

      https://jsfiddle.net/rgc80eou/1/

        1. chrome.PNG
          chrome.PNG
          142 kB
        2. qt-demo-browser.PNG
          qt-demo-browser.PNG
          75 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            pvarga Peter Varga
            hellclown Dmitry Yelizarov
            Votes:
            2 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes