[Feature Request] add support for fixed input labels
See original GitHub issueProblem to solve
Somethimes I don’t need the label to go down to the input field, becoming a placeholder
Proposed solution
New prop, for example fixed-label
, that should force label to stay at top
Issue Analytics
- State:
- Created 5 years ago
- Reactions:16
- Comments:6 (4 by maintainers)
Top Results From Across the Web
How To Manage Feature Requests [Template included]
This guide will teach you everything about feature requests – how to process them, manage them, respond to them, prioritize them – so...
Read more >Feature request tracking: Guide, tools & best practices - Beamer
Feature requests are feedback forms that customers can fill out to ask for new features or suggest improvements to existing ones.
Read more >Feature Request: Dynamic Field Names/Labels - Zoho Cares
Example: Lets say I have two clients using the same Zoho Creator Form to input employee names. The Form has a hidden field...
Read more >Labels - GitLab Docs
Categorize epics, issues, and merge requests using colors and descriptive titles like bug , feature request , or docs . Dynamically filter and...
Read more >7 Useful Tips to Manage Feature Requests - Craft.io
Feature requests are specific ideas that a customer will send to the company asking them to add something that they feel will make...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I don’t think this really fixed it. The original thread was about the label, not the placeholder.
persistent-placeholder
was implemented, but that doesn’t pin the label to always stay on top? There’s even apersistent-hint
but nopersistent-label
.Resolved by #13001, use
persistent-placeholder
(no placeholder actually required)