Drop Down height #487
Unanswered
saschagysel
asked this question in
Q&A
Replies: 3 comments
-
Anyone who can help here? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This can be accomplished with some css: .ts-dropdown-content {
max-height: 200px; /* change this */
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
I use config maxOptions: null just in case |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I change the height of the selection drop down so there is more options being shown? I did not find it in the docs nor in this forum.
Beta Was this translation helpful? Give feedback.
All reactions