Announcement

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

    autocomplete

    hi,

    when i create a textbox under dynamicForm it automatically sets the 'autocomplete' feature as OFF. is there a way to set that ON ?

    thanks

    Dev

    #2
    Has anyone figured this one out? It makes it hard to build a nice login interface.

    Comment


      #3
      FormItem.setAttribute("autoComplete", "myvalue") where myvalue is either "off", "", "native" or "smart"

      Comment

      Working...
      X