Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !30965

Floating labels examples in IE

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge v4-dev-fod-IE11-floating-labels into v4-dev Jun 04, 2020
  • Overview 1
  • Commits 4
  • Pipelines 0
  • Changes 2

Created by: ffoodd

IE11

While checking #30836, I came across floating labels in IE11 that could just work fine since it supports a vendor prefixed version of ::placeholder-shown and Autoprefixer just does it job…

Preview: https://deploy-preview-30965--twbs-bootstrap.netlify.app/docs/4.5/examples/floating-labels/

Edge

Moreover the Edge workaround uses display: none to hide labels, which is a pitty from an accessibility perspective.

However Edge also concerns v5, so I'll target master for this and it should be backported late (Xref: #30966).

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: v4-dev-fod-IE11-floating-labels