-
> reference: https://github.com/razorpay/blade/pull/1131#discussion_r1191971614
Right now the BottomSheet tests are a bit flaky, it uses real timers to wait for the animations & transition. Could n…
-
When closing the BottomSheet component, the screen exhibits an unexpected flashing behavior. Specifically, the issue manifests as a sequence of color changes on the screen when the BottomSheet is togg…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Explain what you did
I am trying to render a `TabView` with `TabView.Item` components in the `BottomSheet`.
#…
-
### Current Behavior
When importing bottomsheet component every press event stops working and the application is completely frozen. This happened only in production builds.
### Expected Behavior…
-
Hi 🙌. Thank you so much for your hard work on this amazing lib.
Truly useful for the community. ❤️
**Describe the bug**
So i have a screen in my RN app. The screen has a several `TextInput` insi…
-
```
```
crashes when I use Grid with a lot of Auto rows as the Parent Layout.
I assume the library probably gets a height from the grid before the layout is updated.
My workaroun…
-
In ViewController i've set
```
override func viewWillLayoutSubviews() {
guard sheetCoordinator == nil else {return}
sheetCoordinator = UBottomSheetCoordinator(parent: self)
…
-
### Which @angular/* package(s) are relevant/related to the feature request?
@angular/material/bottom-sheet
### Description
Consider this service:
```
....
@Injectable({
providedIn: '…
-
Using the new NEW_ARCH (Fabric), the app crashes with the error: `Swift runtime failure: force unwrapped a nil value + 0 [inlined] closure #1 in CardFieldManager.blur(_:) + 484` when the component con…
-
The Duration is not working for me for some reasons (get: ^4.1.4):
```
Get.bottomSheet(
SheetView(),
enterBottomSheetDuration: const Duration(seconds: 5)…