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

Paper Select not showing error message #1158

Open
wukongrita opened this issue Jul 18, 2020 · 1 comment
Open

Paper Select not showing error message #1158

wukongrita opened this issue Jul 18, 2020 · 1 comment

Comments

@wukongrita
Copy link

Hi @miguelcobain
Why is the paper select not showing the error message? It just display the warning colour...

image

Ember Paper version 1.0.0-beta.31

Works when using the 1.0.0-beta.26 version...

@wukongrita
Copy link
Author

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...

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

No branches or pull requests

1 participant