You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the fix we can use two different styles for the thumb, the rounded style and the flat style, rounded is the default one which is similar to what we had before the fix and it wont support large text since that wont look good how ever we do it.
flat one will render the thumb in rectangle shape that allow the text to expand as much as needed.
Rounded
Flat
The default can be change globally using the DominoUiConfig.
Is your feature request related to a problem? Please describe.
The thumbnail for the slider cuts off text if it is more than 2 characters.
Describe the solution you'd like
Can we either expand the bubble or automatically shrink the font?
Describe alternatives you've considered
Right now I am convertiing the number from 1000 to 1 (ie: 2500 = 2.5)
Additional context

The text was updated successfully, but these errors were encountered: