-
Notifications
You must be signed in to change notification settings - Fork 2k
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-input-decorator label=“birthday”> #1251
Comments
<paper-input-decorator>
<core-localstorage name="birthday" value="{{birthday}}"></core-localstorage>
<label>
Birthday
<input name="birthday" value="{{birthday}}" is="core-input" type="date" required>
</label>
</paper-input-decorator> |
Not really consistent with |
To be clear, the part that seems inconsistent to you is the way Chrome implements Worth noting however is that neither Firefox nor Safari implements a date picker for |
True I much rather see chrome displaying the label first and only show the empty place holder 'dd/mm/yyyy' only when the field gets selected. If you know a chrome developer tell him or her to look at your example :P |
That's not how the You should use real |
Ok fair enough |
Is it possible to show the label
birthday
like the other decorators when the input field is empty?In safari you see a empty field
In chrome a pre defined dd/mm/yyyy
But there is no indication of the label birthday
http://stackoverflow.com/questions/28840931/polymer-paper-input-decorator-label-birthday
The text was updated successfully, but these errors were encountered: