-
-
Notifications
You must be signed in to change notification settings - Fork 660
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
[Request] Allow empty values #143
Comments
Interesting idea. How would you design the API for this? |
I realized that this feature may be useful not only with serialization, so I've changed the title. |
In noUiSlider 4.3.0, you can use the new options in serialization to do this. I've written up an example, which you can view and edit here. Is this something like you had in mind? |
Yeah, using callback for this is great. Thanks! |
I have the same use case as the topic starter did. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Example use case: slider for price range selection for a filter in an online shop. When handles are set to their initial positions (most left and most right, respectively), "value" attribute of each corresponding form field must be empty. This means that user do not want to filter products by their price at all.
The text was updated successfully, but these errors were encountered: