How to allow updating password field in inline editing?

How to allow updating password field in inline editing?

sondhisondhi Posts: 8Questions: 3Answers: 0
edited July 2019 in Free community support

Hello,
In my DataTables Editor project, I am trying to update password using inline editing method, but it does allow not allow me to update the password. I mean when I select a password field it automatically submitted, without allow me to do the change.

Here is a clips of my problem: https://bytesoft.tinytake.com/tt/MzY3NjkzMV8xMTE2MDAwMQ

Can anyone tell me how to solve this problem?

Answers

  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin

    Can you give me a link to a page showing the issue please? I don't know what would be causing that, so I'll need to debug it.

    Allan

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

    Hi @sondhi,

    There must be other events listening to the edit. Would you be able to link to your page, or post your code here at least.

    Cheers,

    Colin

  • sondhisondhi Posts: 8Questions: 3Answers: 0
    edited August 2019

    @allan, @colin

    You can check the problem here: https://sctr.shproject.net/demo/ums

    Login as: User: Admin Pass: 123456

    Then click on Users menu

    From the Users list try to update Password, then you will face the problem...

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

    Hi @sondhi ,

    That login isn't working for me, I'm afraid, I'm getting bad user/password message.

    Cheers,

    Colin

  • sondhisondhi Posts: 8Questions: 3Answers: 0
    edited August 2019

    @colin
    I got the problem. When the password field is focused, the search box is sorting the data by last stored username in the browser. If I disable the search then it is working. Although I don't know why only for the password field the search is calling automatically!!!

This discussion has been closed.