Quasar: Alert component not accepting html tags in html property

Created on 24 Aug 2017  路  2Comments  路  Source: quasarframework/quasar

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

Most helpful comment

Available in edge and future v0.14.2

All 2 comments

Available in edge and future v0.14.2

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

Was this page helpful?
0 / 5 - 0 ratings