IS it possible to disable autocomplete on 'Edit' modal?

IS it possible to disable autocomplete on 'Edit' modal?

sushmassushmas Posts: 22Questions: 5Answers: 2

Hi,

I would like to disable autocomplete on the input field of 'edit' modal. Right now when I select a row and edit it, the modal brings up the editable columns. One is a drop down field and another input field.

I would like the input field to not show any previous entries. How do I do it here as I don't see this input div?
Thank you

Replies

  • allanallan Posts: 61,822Questions: 1Answers: 10,129 Site admin

    What AutoComplete library are you using (since there isn't one built into Editor)? What options have you used to configure it?

    Allan

  • sushmassushmas Posts: 22Questions: 5Answers: 2

    I am not using any autocomplete libraries.

  • allanallan Posts: 61,822Questions: 1Answers: 10,129 Site admin

    What auto complete is it you want to disable then? Do you mean the browser's built in auto complete? If so, use the autocomplete attribute and set it to off. You can use the attr option of the text field type to set it.

    Allan

This discussion has been closed.