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

Support of datalist

    XMLWordPrintable

Details

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

    Description

      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/

      Attachments

        1. chrome.PNG
          142 kB
          Dmitry Yelizarov
        2. qt-demo-browser.PNG
          75 kB
          Dmitry Yelizarov

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes