question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. ItΒ collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Input type date overlaps with placeholder

See original GitHub issue

Input type date overlaps with placeholder

screen shot 2016-09-14 at 11 36 34 am
<md-input placeholder="Fecha de nacimiento" type="date" [value]="userDetail.get('birthdate')" (input)="actions.inputChanged($event, 'birthdate')"></md-input>

β€œ@angular/common”: β€œ^2.0.0-rc.6”, β€œ@angular/compiler”: β€œ^2.0.0-rc.6”, β€œ@angular/core”: β€œ^2.0.0-rc.6”, β€œ@angular/forms”: β€œ^2.0.0-rc.6”, β€œ@angular/http”: β€œ^2.0.0-rc.6”, β€œ@angular/platform-browser”: β€œ^2.0.0-rc.6”, β€œ@angular/platform-browser-dynamic”: β€œ^2.0.0-rc.6”, β€œ@angular/router”: β€œ^3.0.0-rc.2”, β€œ@angular/router-deprecated”: β€œ2.0.0-rc.2”, β€œ@angular2-material/button”: β€œ^2.0.0-alpha.8-1”, β€œ@angular2-material/card”: β€œ^2.0.0-alpha.8-1”, β€œ@angular2-material/checkbox”: β€œ^2.0.0-alpha.8-1”, β€œ@angular2-material/core”: β€œ^2.0.0-alpha.8-1”, β€œ@angular2-material/input”: β€œ^2.0.0-alpha.8-1”, β€œ@angular2-material/list”: β€œ^2.0.0-alpha.8-1”, β€œ@angular2-material/radio”: β€œ^2.0.0-alpha.8-1”,

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
no-morecommented, Oct 20, 2016

Hi,

I’m using alpha.9-2, it’s working for date input, but not for time input As I haven’t found any thing about time input I think the issue is still in master.

Thanks.

0reactions
angular-automatic-lock-bot[bot]commented, Sep 5, 2019

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why Material-UI date overlaps value with placeholder and ...
I know that controlled input means that you bind both value={value} and onChange={(newValue) => setValue(newValue);} . And here's my returnΒ ...
Read more >
Floating labels Β· Bootstrap v5.0
Create beautifully simple form labels that float over your input fields. ... method of CSS-only floating labels uses the :placeholder-shown pseudo-element.
Read more >
Overlapping Labels on input type date
Hi there @Office,. Huge thanks for the snippet, did not realize the .active label does not get added to date input type -...
Read more >
Datepicker - Angular Material
The datepicker allows users to enter a date either through text input, ... matEndDate placeholder="End date"> </mat-date-range-input> <mat-date-range-pickerΒ ...
Read more >
:placeholder-shown - CSS: Cascading Style Sheets | MDN
This example applies special font and border styles when the placeholder is shown. HTML. <input placeholder="Type something here!"Β ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found