[Help]How to make the global text not uppercase/capitalize
See original GitHub issueSteps to reproduce
- The component like
v-toolbar
andv-btn
, the default text is uppercase ,how to make all the text not to be uppercase? Is there an option to change this css style globally ? - I don’t want to use the
{ text-transform: capitalize; }
in all components one by one. - Is that Material design’s default style ? If that ,how to disable it?
Versions
Vuetify 0.14
What is expected ?
The text in component cannot be lowercase.
What is actually happening ?
All the text trim to uppercase character.
Reproduction Link
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Change the capitalization or case of text - Microsoft Support
You can change the capitalization, or case, of selected text in a document by clicking a single button on the Home tab called...
Read more >text-transform - CSS: Cascading Style Sheets - MDN Web Docs
The text-transform CSS property specifies how to capitalize an element's text. It can be used to make text appear in all-uppercase or ...
Read more >How to capitalize or change the case of text in any app - Zapier
In the Home section of the toolbar, click the Change Case option. (It's right next to your font options: a capital and lowercase...
Read more >Change text capitalization in Pages on iPhone - Apple Support
Modify capitalization · Select the text you want to change, then tap the Format button . · Tap the More Text Options button...
Read more >Capitalizing With CSS: CSS Uppercase and Lowercase Guide
What Is CSS Text-Transform? · Lower case · Upper case · Title case · None: This property ensures that your text does not...
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
Just simple `
The team has already discussed your PR @julkuh , it’s something I plan on merging before 1.0 release.