We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @miguelcobain Why is the paper select not showing the error message? It just display the warning colour...
Ember Paper version 1.0.0-beta.31
Works when using the 1.0.0-beta.26 version...
The text was updated successfully, but these errors were encountered:
I added these lines at https://github.com/miguelcobain/ember-paper/blob/master/addon/components/paper-select/template.hbs#L35
{{#unless hideAllMessages}} <div class="md-errors-spacer"></div> {{#if isInvalidAndTouched}} <div class="md-input-messages-animation md-auto-hide"> <div class="paper-input-error ng-enter ng-enter-active md-input-message-animation" style="opacity: 1; margin-top: 0"> {{@errors}} </div> </div> {{/if}} {{/unless}}
Seems there is missing on displaying error messages for paper select...
Sorry, something went wrong.
No branches or pull requests
Hi @miguelcobain
Why is the paper select not showing the error message? It just display the warning colour...
Ember Paper version 1.0.0-beta.31
Works when using the 1.0.0-beta.26 version...
The text was updated successfully, but these errors were encountered: