-
Notifications
You must be signed in to change notification settings - Fork 157
feat(widget:toggle-refinement): allow multiple values for "on" and "off" #780
feat(widget:toggle-refinement): allow multiple values for "on" and "off" #780
Conversation
Thanks, can't wait to use it :) |
Thanks for the PR, the |
Hi @Kocal, could you rebase this on the |
Ah great, v3 has been released! EDIT: PR rebased |
03b4b6b
to
423b284
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is likely good to go, but I’ll need to check it locally, since Netlify didn’t run
Co-authored-by: Haroen Viaene <fingebimus@me.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this behaves great! I recently had to create a custom component to do this exact behaviour, so thanks :)
No problem :) |
…algolia/vue-instantsearch#780) * feat(widget:toggle-refinement): allow multiples values for "on" and "off" * chore: add story * Update stories/ToggleRefinement.stories.js Co-authored-by: Haroen Viaene <fingebimus@me.com> Co-authored-by: Haroen Viaene <fingebimus@me.com>
Hi 👋
This PR is for the proposal algolia/instantsearch#4420, which allow multiple values for
on
andoff
props.Thanks!