Alex S
Alex S
@Sewake can you check that now you're able to drag the handles?
The problem here is the definition of the proper behavior. Is your issue visual or on the behavior side? Is the visual overflow the problem, or is it that you...
Hi @Sewake Sorry for not getting back to you earlier. It's a tough question. Maybe @sashaprok you could help us on that :)
I don't agree, while changing the index you can't know in advance how many pages there will be in the next search therefore resetting the page to 0 is a...
Ok I understand better now. Makes sense when using this API. But, there is a cleaner way to do that when loading from a URL. Using setState, first retrieve the...
In the case of the URL I would still suggest using the setState, because it's less mutations and less functions calls. But if you think that there is magic when...
Why don't we discuss about this issue around a cup of coffee Monday morning? On Jun 26, 2015 9:08 PM, "Sylvain Utard" [email protected] wrote: > I understand your point @bobylito...
@Nainterceptor Any method that will change the number of pages will reset the current page to avoid inconsistencies. For example, if it was not the case we could stay on...
You are right! :) algolia/algoliasearch-helper-js#274
Alright this is indeed very not cool what you have to implement @Jerskouille :/ Let's move forward.