Bulat Gabidullin

Results 8 comments of Bulat Gabidullin

@newcat Hello! I would like to use baklavajs with Vue 2. Can I use v2? Or only v1? Could you please clarify this in README? Thank you.

Thank you for your question! In my understanding, if the user clicks on the wrong first date, they can click on any other date to complete the range selection, and...

For the context, other libraries also have the proposed behavior in their date-range pickers: https://primevue.org/datepicker/#range https://vue3datepicker.com/props/modes/#range https://quasar.dev/vue-components/date#range-selection (although in Quasar, the output format is different for the same-date range compared...

The range with the same start/end dates is a valid date range and not a bizarre edge case. And so it must be covered by the date selector out of...

If clearing the state is critical, it could also be done when the user clicks on the existing range selection (the same approach as in Quasar). Or a dedicated “x”...

> We still run into the case that people more than likely already have applications that depend on or expect this behavior, so we can't simply remove it, especially in...

### Problem Unfortunately, there is another problem. `modelValue` becomes `[startDate]` after the first click already, and doesn't change after the second click. This is to comply with the existing contract...

~~I seem to have a similar issue with this PR:~~ ~~https://github.com/cypress-io/cypress-documentation/pull/5334~~ ~~Can someone check, please? cc: @KharitonOff~~ Upd: Sorry, never mind, I used the wrong email address