twbs / bootstrap

The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

Home Page:https://getbootstrap.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Floating Labels for File Input

lionfood opened this issue · comments

Prerequisites

Proposal

It would be a nice feature to have floating labels also for file inputs. At the moment, the label is placed over the button of the input field and overlaps parts of the button.
Screenshot_20240404_175422

Motivation and context

With having floating labels also for file inputs, (nearly) all input fields of a web form could be labeled with this, which enables a consistent layout.