We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quasar:0.14.1 OS:windows 10 Node: 5.^ NPM:6.^ Browsers:Chrome iOS: Android: Any other software related to your bug:
Alert component HTML property not accepting html tags
As per property name it shut accept html tags as value
import { Alert } from 'quasar' Alert.create({ enter: 'bounceInRight', leave: 'bounceOutRight', color: 'positive', icon: 'info', html: `<h6>` + title + `</h6><br><br>` + message, position: 'top-right' })
Preview
The text was updated successfully, but these errors were encountered:
fix: Alert component not accepting html tags in html property #831
cd0f216
Available in edge and future v0.14.2
Sorry, something went wrong.
I had opened this ISSUE( #731 ). Hahaha I knew I was not crazy!
No branches or pull requests
Software version
Quasar:0.14.1
OS:windows 10
Node: 5.^
NPM:6.^
Browsers:Chrome
iOS:
Android:
Any other software related to your bug:
What did you get as the error?
Alert component HTML property not accepting html tags
What were you expecting?
As per property name it shut accept html tags as value
What steps did you take, to get the error?
Preview
The text was updated successfully, but these errors were encountered: