Meteor-Community-Packages / meteor-autoform

AutoForm is a Meteor package that adds UI components and helpers to easily create basic forms with automatic insert and update events, and automatic reactive validation.
MIT License
1.44k stars 328 forks source link

Adding a CSS Class to afQuickField labels : class-label not working #1685

Closed Joris-SEBIRE closed 3 years ago

Joris-SEBIRE commented 5 years ago

Hello,

I have an issue with new version of AutoForm i just updated.

On previous version, my forms looked like that : image

With the associated CSS class : image

And the result was : image image

Today, witht the new version of meteor, my label don't have the class anymore and i couldn't find a way to add it. image image

Anybody having a solution on that ? I need to add a red (*) to my required fields.

Thanks in advance :)

jankapunkt commented 3 years ago

This issue has been resolved with AutoForm 7.0.0, please migrate to the latest version and reopen in case the issue persist