Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

date picker is very slow component and doesnt have change color option #761

Closed
1 task
shachardevops opened this issue Dec 4, 2019 · 2 comments
Closed
1 task
Assignees

Comments

@shachardevops
Copy link

shachardevops commented Dec 4, 2019

Issue type

I'm submitting a ... (check one with "x")

  • [x ] bug report
  • feature request

Issue description

date picker is very slow component
Current behavior:

that he will run faster
Expected behavior:

Steps to reproduce:

simple picker
<RangeDatepicker
range={item.range}
onSelect={range => updateDates(businessesList.index, { range })}
dateService={dateService}
/>
Screen Recording 2019-12-04 at 18.15.55.mov.zip

@artyorsh
Copy link
Collaborator

artyorsh commented Dec 4, 2019

This is already reported in #641

date picker is very slow component

You're running your app in development mode. Switching your environment to production will partially resolve this issue. This means that for production users this doesn't look so ugly. And yes, we're working on it.

doesnt have change color option

Did you read theming guide?

Btw, what is going on in updateDates function?

@artyorsh
Copy link
Collaborator

@shachardevops performance is fixed in 4.3.2, you can upgrade

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants