multiple Select with checkmarks render behavior #619
Unanswered
Daniel-Raz-Supersmart
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I've migrated this to a discussion. I tried to run your stackblitz and nothing at all renders. What I suggest you do is simplify your code significantly and come up with a super simple test case that demonstrates the problem clearly. My guess is that if you do that, you'll find out what the issue is in your code. Right now, it is a bit of a mess. There are also examples of using select boxes in the example project within mui-rff. I can see that the codesandbox is currently broken for some reason, but those examples should still run just fine. I hope that gets you moving towards a solution to your issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I'm trying to figure hot work properly with Select multiple checkmarks
To Reproduce
Steps to reproduce the behavior:
https://stackblitz.com/edit/react-jtv7me-nrde93?file=demo.js
Expected behavior
First, empty and check by pressed
Desktop (please complete the following information):
Additional context
What is the right way to do this?
Beta Was this translation helpful? Give feedback.
All reactions