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

b:message styleClass is not working #562

Closed
netodevel opened this issue Nov 24, 2016 · 1 comment
Closed

b:message styleClass is not working #562

netodevel opened this issue Nov 24, 2016 · 1 comment
Assignees
Milestone

Comments

@netodevel
Copy link

i am trying use attribute styleclass in b:message component and is not working

<b:messages for="quantidadeTipoAtendimento" style-class="requiredBMessage" id="msgQtd"/>
or
<b:messages for="quantidadeTipoAtendimento" styleClass="requiredBMessage" id="msgQtd"/>

class css

.requiredBMessage {
       padding: 6px;
       margin-top: 5px;
       width: 200px;
}
@stephanrauh
Copy link
Collaborator

I've fixed this with version 1.0.1. I've pushed the snapshot to Maven Central, so you can already test the bug fix. See #369 on how to get the 1.0.1-SNAPSHOT.

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

No branches or pull requests

2 participants