Godofbrowser/vuejs-dialog

promptHelp does nothing

teja42 opened this issue · 3 comments

I'm using default everything and when doing some thing like this promptHelp is not replaced by the default prompt text :

this.$dialog
.prompt({
    title: "some title",
    body: "some body <a href='url'>link</a>",
    promptHelp: "No matter what i put here it is not displayed"
},{ html: true })
.then((dialog)=>{console.log(dialog.data)})
.catch(()=>{})

it work if you put it in second arguments

Could you write it in docs?

+1 please update the documentation. This was frustrating to figure out since the documentation has the promptHelp listed in the first argument.