angular-xeditable icon indicating copy to clipboard operation
angular-xeditable copied to clipboard

New features : Password with confirm password

Open sweety-wo opened this issue 8 years ago • 5 comments

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?

sweety-wo avatar Aug 11 '16 10:08 sweety-wo

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 ?

atodicebear avatar Aug 12 '16 07:08 atodicebear

Not possible atm, I might submit a pull request for this when I have time.

onceaspammer avatar Sep 28 '16 18:09 onceaspammer

I need this feature too! any udpate?

azizultex avatar Oct 18 '16 05:10 azizultex

@onceaspammer did you ever come up with a pull request for this?

ckosloski avatar Feb 27 '17 19:02 ckosloski

@azizultex @onceaspammer Here is an example I created for someone else that shows opening two fields with one click.

ckosloski avatar Jun 07 '17 13:06 ckosloski