Is there a way to add a new line after the confirmation dialog question and insert a note below it?
this.$dialog.confirm("Create Group","Would you like to create group "+ this.groupName +"?<br/>(NOTE: Selected project or employee/s will be automatically assigned to this group.)")
See the result below:
https://i.sstatic.net/O2DRe.png
I tried using <br/>
, but it displayed as text. I also attempted /n
, which was replaced by a single space character.