Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Browser autocomplete for TextItems

    Hi,

    how can browser autocomplete be enabled for a TextItem? So the stored values in the users browser will be suggested while typing? Like in this HTML5 example:
    http://www.w3schools.com/html5/tryit.asp?filename=tryhtml5_form_autocomplete

    Regards Thomas

    #2
    This is not something we try to support since the native autocomplete differs a lot by browser and is often a security issue or in some other way undesirable.

    If you really want it we'd recommend setting the autocomplete attribute by native DOM-level techniques (grabbing the <input> element directly using getElementsByName() or similar APIs through libraries like JQuery).

    Comment

    Working...
    X