The type for property maxMenuHeight for react-select is number, but passing the string '10rem' still works? Should the type be string | number or something else? #5333
Unanswered
JackMcBride98
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Passing the value '10rem' to this creates a maximum height on the component, but causes a typescript error.
I would like to be able to use rem so that it scales with the viewport.
Beta Was this translation helpful? Give feedback.
All reactions