Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #112947

    I tried to use the autocomplete feature of the smart-text-box (autocomplete=manual) however, on Chrome, it doesn’t seem to work.

    Inspecting the field I saw the inner <input> is still autocomplete=off.

    How can I solve ?

    Tks

    #112951
    Markov
    Keymaster

    Hi,

    In order to learn more about the auto-complete modes, please refer to https://www.htmlelements.com/demos/textbox/auto-complete/. As for the autocomplete=off of inner html elements, this is by design and will be there in any auto-complete mode of the inner input, because we do not use the native one. Our component displays a specific popup when the user types.

    Best regards,
    Markov

    Smart UI Team
    https://www.htmlelements.com/

    #112955

    Ok, understood.

    I’m speaking about a login field and I need to show the chrome list of user already connected to that site.

    I firefox it works, in chrome it doesn’t.

    Tks

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