offered the previous values

offered the previous values

ostmalostmal Posts: 102Questions: 33Answers: 0

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?

Answers

  • ostmalostmal Posts: 102Questions: 33Answers: 0
    edited July 2021

    Of course, this is most likely a browser option, but maybe you can somehow cope with this?

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    I'm not sure if you're saying you want it or not, but this thread might give you some background on it.

    Colin

  • ostmalostmal Posts: 102Questions: 33Answers: 0

    Thank you. I got it like this:

        editor.on('open', function(e, mode, action) {
            $('input').attr('autocomplete', 'off')
        });
    
Sign In or Register to comment.