Files
paseo/packages
Mohamed Boudra 1b309ae0c9 fix(app): fix BottomSheetTextInput crash on iPad model selector
On iPad, Combobox uses the desktop Modal path (no BottomSheet context)
since the breakpoint is "md"+, but ProviderSearchInput was checking
Platform.OS === "web" to choose the input component. This caused
BottomSheetTextInput to render outside a BottomSheet on iPad.

Align the check with Combobox's own isMobile breakpoint logic.
2026-04-09 18:56:16 +07:00
..
2026-04-09 18:55:19 +07:00
2026-04-09 18:54:25 +07:00
2026-04-09 18:54:25 +07:00