Maja Wichrowska

Results 24 comments of Maja Wichrowska

@NKBelousov I don't think that this issue has been addressed, and I don't know when I will be able to do it myself. However, I do think all the infrastructure...

Hi @willianribeiro, have you looked at https://github.com/airbnb/react-dates/blob/master/stories/DateRangePicker.js#L67?

@cheeZery Turns out this is a feature request! :) That behavior is by default... I think the assumption is that by click a date that was invalid in this particular...

Hi @Rafi993 The date selector should auto-position according to the browser window (there's a responsive function that checks for the edge of the screen and shifts over the datepicker accordingly)....

Ah, specifically from the bottom. It is responsive to the left and right edges of the screen, but does not scroll the page up when the picker is out of...

@streamside I think it seems very reasonable to rerun `responsivizeDatePickerPosition` if the anchor direction gets flipped. :) Would be happy to accept this change.

I think this is because we are still using moment instead of moment-jalali to generate the table of dates - https://github.com/airbnb/react-dates/blob/master/src/utils/getCalendarMonthWeeks.js. We would have to figure out a way to...

Hmmm, maybe we should pass it back just in case. I will mull this over.

Which version of react-dates are you using @btmdave? The answer kind of depends because we made a major change in v17!

Hi @glintik, thanks for the link to your fork! I'm curious as to if you had any idea for how to support both libraries (and if there is a clean/easy...