React-dates: [IOS 14] When I click the arrow to move for he next month, it only move to the next 3 months! and not after that!

Created on 3 Oct 2020  路  5Comments  路  Source: airbnb/react-dates

react-dates version
e.g. [email protected]

Describe the bug
A clear and concise description of what the bug is.

Source code (including props configuration)
Steps to reproduce the behavior:

<DateRangePicker
  startDate={this.state.startDate}
  startDateId="your_unique_start_date_id"
  endDate={this.state.endDate}
  endDateId="your_unique_end_date_id"
  onDatesChange={({ startDate, endDate }) => this.setState({ startDate, endDate })}
  focusedInput={this.state.focusedInput}
  onFocusChange={focusedInput => this.setState({ focusedInput })}
/>

Most helpful comment

@HadeerFawzy just made PR that should fix it. You can use transitionDuration={0} for a while

All 5 comments

@HadeerFawzy just made PR that should fix it. You can use transitionDuration={0} for a while

Thanks,transitionDuration={0} works. Would be great to get the fix merged soon though.

Yes I need this to get merged ASAP

This issue is closed and apparently resolved but our team recently experienced the same bug inside a wkwebview. The transitionDuration={0} patched the issue

@duran91 the PR is merged, but the fix has not yet been released.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

aaronjensen picture aaronjensen  路  52Comments

easwee picture easwee  路  55Comments

Jucesr picture Jucesr  路  19Comments

majapw picture majapw  路  26Comments

jnrepo picture jnrepo  路  40Comments