Skip to content
New issue

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

Alert component not accepting html tags in html property #831

Closed
Mohanrau opened this issue Aug 24, 2017 · 2 comments
Closed

Alert component not accepting html tags in html property #831

Mohanrau opened this issue Aug 24, 2017 · 2 comments
Milestone

Comments

@Mohanrau
Copy link

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?

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
capture

@rstoenescu
Copy link
Member

Available in edge and future v0.14.2

@rstoenescu rstoenescu added this to the 0.14.2 milestone Aug 24, 2017
@rogeriomq
Copy link

I had opened this ISSUE( #731 ).
Hahaha I knew I was not crazy!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants