Hi, i've some problem with paper-dropdown-menu:

When i made the validation of the selection, it works perfectly and the 
framework show the Red underline for the error but it doesnt show the 
Error-Message.
Anyone can help me?

This is the code:

<paper-dropdown-menu label="[[label]]" class="fullwidth" 
error-message="[[errorMessage]]" required="[[required]]" id="[[id]]_ddMenu" 
placeholder="[[placeholder]]">
    <paper-menu class="dropdown-content" attr-for-selected="valore" 
selected="{{selectedItem}}">
       <paper-item valore="val1">Label 1</paper-item>

       <paper-item valore="val2">Label 2</paper-item>
       <paper-item valore="val3">Label 3</paper-item>

</paper-menu>
</paper-dropdown-menu>


Follow Polymer on Google+: plus.google.com/107187849809354688692
--- 
You received this message because you are subscribed to the Google Groups 
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/polymer-dev/8839c4e2-75ef-46f0-a5c4-c1efd1029679%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to