WheelPickerCompose icon indicating copy to clipboard operation
WheelPickerCompose copied to clipboard

Add Wheel Date - Time Picker in Android Jetpack Compose.

Results 29 WheelPickerCompose issues
Sort by recently updated
recently updated
newest added

When the rowCount is even, then the middle two rows are highlighted. Odd count gives correct behavior

bug

Hi, i think we can support other calendar systems by adding another parameter like "dateSystem". I don't think it requires much changes. Just adding corresponding year-range, months and days range

enhancement

Picker bounces back when dragging to last date or time because index is more than the size of the list

i cant use the date pickers for jalalian/solar date, if you put a parameter in pickers like transformBuilder @Composable (Int)->Unit, it will be better, i can build my own text...

I cant give spesific text color to WheelTextPicker texts, when i give TextStyle(color = Color.White) to textStyle parameter, nothing happens and does not apply

I want to set a different color for the selected item. I tried setting the color parameter in WheelTextPicker, but it changes the color of the other parts as well....

- Added minute interval in both DateTime and time picker

![Record_2024-10-22-12-37-51-ezgif com-video-to-gif-converter](https://github.com/user-attachments/assets/597725b0-bda4-49db-8f8e-35461519b2ac) ### Description: **Issue:** When using `WheelTimePicker` inside a scrollable component like a `BottomSheet` in Jetpack Compose, scrolling on the picker also scrolls the parent (e.g., the `BottomSheet`). This...

### Description: Currently, the date picker uses a hardcoded day/month/year order which doesn't respect user locale preferences. ### Key Changes: - Added useLocaleOrdering flag to respect system locale date format...