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

Fixes Edge and IE label overlapping issue (Floating Labels Example) #25919

Merged
merged 2 commits into from
Jun 24, 2018
Merged

Fixes Edge and IE label overlapping issue (Floating Labels Example) #25919

merged 2 commits into from
Jun 24, 2018

Commits on Apr 10, 2018

  1. Fixes Edge and IE label overlapping issue

    The 'Floating labels' example is only supported on Chrome, Safari and Firefox. On Edge and IE the label is displayed always and any text input overlaps the label which makes it unreadable.
    
    The fix here targets Edge and IE and makes the form behave normally, the labels are hidden and the placeholder color is standard.
    coliff authored and XhmikosR committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    e754e7d View commit details
    Browse the repository at this point in the history

Commits on May 1, 2018

  1. Configuration menu
    Copy the full SHA
    4a462c6 View commit details
    Browse the repository at this point in the history