angular-xeditable
angular-xeditable copied to clipboard
New features : Password with confirm password
There is any way to open two input filed with password type when click on single click.
I need following features for password field: Suppose, I have single password link like following
Password
--------
when I click on password link then open two fields First for password and second for confirm password with single save and cancel button and when click on save button then validate confirm password
It is possible?
You can use the Form Example http://vitalets.github.io/angular-xeditable/#editable-form Setting there 2 Input Fields and then "onbeforesave" checking if the 2 INputs are the same ?
Not possible atm, I might submit a pull request for this when I have time.
I need this feature too! any udpate?
@onceaspammer did you ever come up with a pull request for this?
@azizultex @onceaspammer Here is an example I created for someone else that shows opening two fields with one click.