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

Decriase filters events on typing (keypress) #3

Open
tbicr opened this issue May 25, 2016 · 2 comments
Open

Decriase filters events on typing (keypress) #3

tbicr opened this issue May 25, 2016 · 2 comments

Comments

@tbicr
Copy link
Member

tbicr commented May 25, 2016

https://github.com/opendataby/osm-streets/blob/gh-pages/src/components/Filters.js#L68

@davojta
Copy link

davojta commented May 26, 2016

seems that problem with same state part for the input value and map filter
We need to separate them and not update input with that part of state
(just leave it in state of panel component or create separate panelFilters in state

@tbicr
Copy link
Member Author

tbicr commented May 27, 2016

For map also no sense apply filters on each event (keypress).

@tbicr tbicr mentioned this issue May 31, 2016
3 tasks
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