Hello! I apologize for the trouble. Attention, I'm asking a stupid question, but I can't find the answer ((( When I try to enter the previous values in the form field, I am offered the previous values:
But I don't need it! How can I deal with this?
Of course, this is most likely a browser option, but maybe you can somehow cope with this?
I'm not sure if you're saying you want it or not, but this thread might give you some background on it.
Colin
Thank you. I got it like this:
editor.on('open', function(e, mode, action) { $('input').attr('autocomplete', 'off') });
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
Of course, this is most likely a browser option, but maybe you can somehow cope with this?
I'm not sure if you're saying you want it or not, but this thread might give you some background on it.
Colin
Thank you. I got it like this: