-
-
Notifications
You must be signed in to change notification settings - Fork 497
maxRange option? #322
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
Comments
Indeed this isn't implemented but could be added quite easily, just need to mimic to minRange behaviour. If you want you can submit a PR and I can guide you if needed. |
@ValentinH I tried to create a fork for this but I haven't ever written tests for front-end code so this is too complex project for me to hop in out of the blue... |
I think there are only a few tests to be added. Just search for 'minRange' in the specs folder, copy/paste those tests and adapt them ;) You can already create a Pull request and I can guide you there. |
How can I test my changes with a browser without building dist files in each turn? |
Sorry, I've missed your last answer. I just finished implementing the option... While developing, you should run grunt watch and everything will be generated automatically. |
Implemented in #333 and released under 2.14.0 |
It seems you have not implemented maxRange option...is there a way to achieve this by hooking into some event or so?
The text was updated successfully, but these errors were encountered: