How to allow updating password field in inline editing?
How to allow updating password field in inline editing?
sondhi
Posts: 8Questions: 3Answers: 0
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?
This discussion has been closed.
Answers
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
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
@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...
Hi @sondhi ,
That login isn't working for me, I'm afraid, I'm getting bad user/password message.
Cheers,
Colin
@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!!!