You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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(()=>{})
The text was updated successfully, but these errors were encountered:
I'm using default everything and when doing some thing like this promptHelp is not replaced by the default prompt text :
The text was updated successfully, but these errors were encountered: