adamwathan / bootforms

Rapid form generation with Bootstrap 3 and Laravel.
MIT License
417 stars 103 forks source link

html in label? #136

Closed elephantux closed 7 years ago

elephantux commented 7 years ago

In version 0.8.4 I can add html to label and it's work fine: {!! BootForm::text('Price <span class="label label-info">discount</span>','discount_price') !!}

Now (in 0.8.5) it output html with htmlentities as a string. Any ideas?

adamwathan commented 7 years ago

Just tagged a release that fixes this:

https://github.com/adamwathan/bootforms/releases/tag/v0.9.0