sj82516 / vue-alertify

altertifyjs wrapper for vue
10 stars 5 forks source link

Prompt with password type #11

Closed angujo closed 5 years ago

angujo commented 5 years ago

Hi Good people, A great tool it is. Was looking around on how to set the prompt as a password as documented in alertify https://alertifyjs.com/prompt/type.html

Kindly advice if this is possible and how to go about it. Have tried;

this.$alertify.promptWithTitle('Title','Msg','',()=>{},()=>{}).set('type','password');

to no success

sj82516 commented 5 years ago

Already fix now.
You can use alertify.js chain method as you need. Feel free to open issue :)