-
### This function solves the problem (这个功能解决的问题)
our users are confused by the buttons, as they're right next to "next month" and "previous month" buttons. We would like to hide them.
### Expect…
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Summary 💡
Using the StaticDateTimePicker, in "Calendar Header", th…
-
Is it possible to only have or use the year picker?
-
This works as expected when cellType is "day" but not for "month" or "year":
```javascript
new AirDatepicker("#picker", {
onRenderCell: ({date, cellType}) => {
const disabled = (date.getFull…
-
My code is here. it is error like the video. [Youtube link](https://youtu.be/jj6w-9Bv7JI)
DateTimePickerSpec.YearPicker.single(
selectedDate: DateTime(2024, DateTime.now().month, DateT…
-
### Description
marimo already has a date picker which shows a mini calendar.
For the use case of planning maintenance slots (for servers, etc.), say I've produced a dataframe with a date column, …
-
### Describe the bug
There's a bug in this function:
```
isYearSelected(year) {
if (!this.isComparable()) return false;
if (this.isMultipleSelection()) {
…
-
First of all, thank you for this great project!
I'm currently building an app where it would be useful to not only have a date picker dialog, but also a standalone year picker dialog. I took a quic…
-
iOS now supports a year/month picker natively.
```swift
if #available(iOS 17.4, *) {
picker.datePickerMode = .yearAndMonth
} else {
picker.datePickerMode = .date
// Technically, iO…
-
Correct me if I miss out anything. While using DateRangePicker on v5, I am unable to do a quick selection to change year / month. Have to manually click on the < or > button. Understand that the range…