compose-menu
compose-menu copied to clipboard
An unstyled Menu (Dropdown) Compose Multiplatform component with keyboard navigation and animation support.
@TomTruyen said in https://github.com/composablehorizons/compose-menu/issues/1: I would love it to also be able to open it on an input for a TextField, lets say if I type "/" in a textfield...
Right now the MenuContent's width depends on its children width. However, it would be nice to have the option of it matching its `MenuButton` width. This behavior is rather common...
Hi, Requesting support for adding [Side Sheets](https://m3.material.io/components/side-sheets/overview) in composables-core
This adds `isDraggingList` as a parameter for the `LaunchedEffect` responsible for hiding the scrollbar. It should have no effect on performance, and it fixes issue #25 Still not sure about...
`HideWhileIdle` seems to do nothing as the thumb always stay visible. ``` val listState: LazyListState = rememberLazyListState() val state: ScrollAreaState = rememberScrollAreaState(listState) ScrollArea( overscrollEffect = null, state = state )...
Add velocity to the scroll area when the user lifts up their fingers while dragging it, just like on iOS.
Hey Alex, thanks for great library š Iām using the `TextField` component in one of my projects and I run into a use case, where I need the inner text...
Hi again š I'm having another issue but this one could be just me tired. Anyway I would like to share that with you. ` @Composable fun RecordingReviewContent() { var...
I found that if the lazy column has 36K text elements, the scrollbar's height becomes pretty small: Is there a way to adjust the height of the scrollbar? Current impl:...
Text field writes text, I didn't write. Same for back button. Device: Xiaomi Android device. https://github.com/user-attachments/assets/8c704fef-110e-4883-b6b3-e26eb46b116e