question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Prevent number styling

See original GitHub issue

Description

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?

Screenshot 2022-09-28 at 09 31 56

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:closed
  • Created a year ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
ZeRegocommented, Sep 28, 2022

@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 ?

0reactions
TuringLovesDeathMetalcommented, Sep 28, 2022

So I feel like this might actually be a duplicate

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found