Viewing 5 posts - 1 through 5 (of 5 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

    #112967

    Any help ?

    Tks

    #112968
    Markov
    Keymaster

    Hi,

    You can data bind our components using the dataSource property, however you cannot use the browser’s internal saved lists and this is on purpose for security reasons. If you need to use native auto-completition, you will have to use the native input tag as well.

    Best regards,
    Markov

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

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