-
* Generate a strong password whenever the Password Generator is shown (using the js methods provided by [~accountid:62fd85fce2b1b5ae159b296a] )
* Show the user the generated password in the password g…
-
# Bug
On web, when your BottomSheet did render, and then you navigated away from it, the _animatedContainerHeight property is set to 0. It causes animatedIndex variable to be 0 - and so, when you n…
-
**Is your feature request related to a problem?**
No, I'm just curious about the technical implementation.
**Describe the solution you'd like:**
Currently we have encountered an unsolvable pr…
-
the dialog includes all sorts of stuff bottomsheet, progress, pretty good animations :)
-
I have a requirement. If I have 5000 options, I hope to use super_sliver_list to display them in the bottomSheet. How can I set the initial value so that the initial value can be displayed in the cent…
-
**Describe the bug**
The height of the content is changed when I drag it.
**Minimal reproduce-able code**
```swift
.bottomSheet(bottomSheetPosition: self.$showSheet, switchablePosition…
-
I have a BottomSheet that when launched, allows the user to choose a color to base the app theme on. When a color is selected a new theme is generated and the colors in the app change.
When this ha…
-
Hello, I'm trying to integrate bottom sheet into my application. I am setting the values HasHandle to true however, it is not being shown.
Tried:
var page = new BottomSheetElement();
…
-
I'm using BottomSheet with ContentDetent in iOS. I just have a DrawingView inside the bottom sheet. I'm unable to use it because any interactions with the DrawingView makes BottomSheet move up&down.
…
-
We are using Portal as well as Bottomsheet in the Application. Portal specifically for showing bottomsheet above bottomBar in HomePage. In Form Page after editing fields or pressing back while editing…