[Feature Request] persistent-placeholder for VTextField
See original GitHub issueProblem to solve
After version 2.4.0, the logic of placeholder behavior changed.
Proposed solution
To save previously implemented features, need to add a parameter persistent-placeholder
Issue Analytics
- State:
- Created 3 years ago
- Reactions:28
- Comments:12 (7 by maintainers)
Top Results From Across the Web
Text field component - Vuetify
Text fields components are used for collecting user provided information. # Usage. A simple text field with placeholder and/or label.
Read more >vuetify - Awesome JS
Features. proxiedModel: require event binding for controlled model (#15776) a01de65, ... VTextarea: align hint text with VTextField 428d6f3, closes #15618 ...
Read more >Change Inputs placeholder text with formulas - ProtoPie - Canny
Feature Requests. 737. Voters. + 8. Powered by Canny. 13. Change Inputs placeholder text with formulas. B. Burak Ardali.
Read more >Material Component Framework for Vue - JsRepos
T: bug P: critical upstream C: VTextField performance ... [Feature Request] How to improve lighthouse score with Vuetify ...
Read more >vuetify: Versions | Openbase
Features. proxiedModel: require event binding for controlled model (#15776) ... VTextField: show persistent-placeholder when label is not def (c50bc0b) ...
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
We have the same problem. Breaks a application with a few hundred fields and makes a vuetify upgrade impossible. We are using the placeholder for a kind of “fallback value”. If the user does not enter a value, the “fallback value” (placeholder) will be saved. Therefore it is essential that the placeholder is always visible for the user.
I understand that the material design spec does not “allow” these functionality but please give us an attribute to use the old behaviour instead. I know it would be possible to work around and re-implement our needed behaviour, but the reason why we coose to use an ui framework and don’t implement everything from scratch is that we don’t wanted to reinvent the wheel every time and use existing features of a solid framework.
Don’t get me wrong, i appreciate the work the whole vuetify team is doing. If there is something i can help, please let me know.
Introduced in #12635 for #12499 and related to #5753. The changes made are potentially breaking from a design point of view. Reviewing with the team and will update.