ComboBox not scaling helper text #3151
-
Hello, I tried to implement the example combobox with scaling helper text:
You can see that it has not scaled the helper text. Any ideas why? |
Beta Was this translation helpful? Give feedback.
Answered by
nicolaihenriksen
Mar 29, 2023
Replies: 1 comment
-
@mouawadma the scaling is only applied when the hint is floated. For that to happen with the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MichelMichels
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@mouawadma the scaling is only applied when the hint is floated. For that to happen with the
ComboBox
, I believe you also need to make it editable.