Closed briskteq-faiz closed 2 months ago
@briskteq-faiz What is the issue exactly? Is the following?
When clicking on the input it opens up the bottom sheet, it consists of a input and a list of options. When I click on the input, the bottom sheet closes automatically.
If you want to prevent that, you can remove bottomSheet.close();
from the onItemChange
function.
Please use note that that is a deprecated component. I also noticed, that you are missing at least one class for android devices so you can copy the latest version on the component.
If that is not the issue, please provide more details and a minimal reproduction repo.
Closed due to issue being out of newly defined scope.
Combobox.tsx
When clicking on the input it opens up the bottom sheet, it consists of a input and a list of options. When I click on the input, the bottom sheet closes automatically.
BottomSheet.tsx:
If someone could help me solve this I'm using this for address autocomplete