Prevent number styling
See original GitHub issueDescription
Config a column in yml to have no styling with style: NONE
or format: NONE
meta:
dimension:
type: number
style: NONE
What problem does this solve?
All numbers are being styled like this but there are cases where we don’t want that. Example: year and ids
This might be related to the ticket #1990
Issue Analytics
- State:
- Created a year ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Can I hide the HTML5 number input's spin box? - Stack Overflow
Is there a consistent way across browsers to hide the new spin boxes that some browsers (such as Chrome) render for HTML input...
Read more >How To Hide Arrows From Number Input - W3Schools
Learn how to remove arrows/spinners from input type number with CSS. Try to hover over both number inputs to see the difference: Hidden...
Read more >Turn Off Number Input Spinners - CSS-Tricks
WebKit desktop browsers add little up down arrows to number inputs called spinners. You can turn them off visually like this:
Read more >How to Hide the HTML5 Number Input's Arrow Buttons - W3docs
In this tutorial, you will read and learn several methods that are used to hide HTML5 arrow buttons from the number input with...
Read more ><input type="number"> - HTML: HyperText Markup Language
<input> elements of type number are used to let the user enter a number. They include built-in validation to reject non-numerical entries.
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
@TuringLovesDeathMetal Yup, that’s why I mention this might related to #1990.
Should we close this ticket and discuss all the styling configurations in that ticket ?
So I feel like this might actually be a duplicate