You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ComboBox component with adaptiveMode set to "auto" does not open the adaptive actionsheet when the arrow button is clicked on a mobile screen after a value has already been selected. It seems like the actionsheet opens briefly and immediately closes in this scenario.
On the contrary, clicking on the input field of the ComboBox opens the adaptive actionsheet as expected.
Reopen the ComboBox by clicking on the arrow button.
Screenshots or video
combobox-adaptive-mobile.mp4
Actual Behavior
After a value has been selected, clicking the arrow button of the ComboBox on mobile causes the adaptive actionsheet to open briefly and then immediately close on its own.
Expected Behavior
Clicking the arrow button of the ComboBox on mobile should open the adaptive actionsheet as expected, regardless of whether a value is already selected.
Description
The ComboBox component with
adaptiveModeset to "auto" does not open the adaptive actionsheet when the arrow button is clicked on a mobile screen after a value has already been selected. It seems like the actionsheet opens briefly and immediately closes in this scenario.On the contrary, clicking on the input field of the ComboBox opens the adaptive actionsheet as expected.
Steps To Reproduce
Screenshots or video
combobox-adaptive-mobile.mp4
Actual Behavior
After a value has been selected, clicking the arrow button of the ComboBox on mobile causes the adaptive actionsheet to open briefly and then immediately close on its own.
Expected Behavior
Clicking the arrow button of the ComboBox on mobile should open the adaptive actionsheet as expected, regardless of whether a value is already selected.