Chris Edington
Chris Edington
Did you every manage to implement this ? :)
I managed to solve this with clues from @yuki24 - although didn't get it straight away from his answer. https://github.com/kaminari/kaminari#extra-parameters-params-for-the-links In my view file, I just added the params to...
@cartond thanks for the patch suggestion -- just wanted to see if anyone else has come up with any ideas for preventing this double firing?
For reference: https://github.com/jhund/filterrific/issues/84 and https://github.com/jhund/filterrific/issues/139 I used this and it seems to work perfectly (from https://github.com/jhund/filterrific/issues/84): $('#filterrific_filter').on( "change", ":input", function (e) { e.stopImmediatePropagation(); $(this).off("blur"); Filterrific.submitFilterForm; } );
Weirdly enough, I have a model called Stream too and this is happening to me, sharing none of the above code. @Bilal-Abbas-Gigalabs did you manage to solve it? @dblock perhaps?
Agree with this, saw it only supports Rails 5.2+ :(
Any solution to this problem Froala team?
@blaise2s @shanthan-arepuri did you manage to fix this?
1 year later no response 🤦♂️