-
Hello Paste team! ProblemWe are using Customer report (modified)
Code sandbox attached below, but it is basically same as Official Combobox Example https://codesandbox.io/s/compassionate-waterfall-e3lk7?file=/src/index.tsx Thank you very much in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @shyamajp, Our code doesn't block this behavior, so I checked Downshift, which is the library we built our Combobox around. It looks like this behavior is intended. That said, they have some docs on how to amend the behavior to fit your needs. I was able to make a fix with our component here: https://codesandbox.io/s/vibrant-fire-pmjkp?file=/src/index.tsx |
Beta Was this translation helpful? Give feedback.
Hello @shyamajp,
Our code doesn't block this behavior, so I checked Downshift, which is the library we built our Combobox around. It looks like this behavior is intended. That said, they have some docs on how to amend the behavior to fit your needs.
I was able to make a fix with our component here: https://codesandbox.io/s/vibrant-fire-pmjkp?file=/src/index.tsx
Hope this helps! Let us know if you have any other questions.