Skip to content

promptHelp does nothing #56

@teja42

Description

@teja42

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(()=>{})

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions