Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #101169
    edwardsmarkf
    Member

    hello –
    apparently autocompete=”off” does not work as expected anymore, as several forums indicate.
    And when using ComboBox with autocomplete, the “change” event is triggered successfully but the autocompleted value is not available, so it appears as an empty input field.
    workaround:  (set placeholder equal to “example” or come up with a better way to identify it)

    document.querySelector('[aria-label="example"],[autocomplete="off"]').autocomplete=Math.random().toString();
    #101170
    admin
    Keymaster

    Hi,
    placeholder property is available in the combobox. You can use it, if you wish
    Regards,
    Peter

    #101171
    edwardsmarkf
    Member

    yes, but please note the autocompete=”off” does not work in its current form, hence the workaround.   is this something that can be addressed?
    https://stackoverflow.com/questions/18306052/autocomplete-off-not-working-on-google-chrome-browser

    #101174
    admin
    Keymaster

    Hi,
    We will research whether any changes are required for future versions.
    Best regards,
    Peter Stoev
    Smart UI Team
    https://www.htmlelements.com/

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.