Aimery Marsily

Results 13 comments of Aimery Marsily

And will it still be able to highlight matches ?

Thanks for your answer, yes it was the second part, not having change of day on hour +/-, same for month on day +/- etc...

Yes please add the tsconfig !

Yes thanks @EasterPeanut it helped ! Would be nice to have a solution without changing the variable scope like in VueJs and other though…

No news about this issue ? I'm also having problem B

The `killerFn()` doesn't exists anymore. In my case I think the problem appears because I change the input value after the user select something, so somehow `Autocomplete` think it's a...

No problem, this is my approach : ``` transformResult: function (response, originalQuery) { var suggestions = []; response.data.forEach(function(item) { suggestions.push({ value: item.name, data: item }); }); if (originalQuery.length > 1)...

Thank you ! No particular feature, but we always uses the latest stable version of packages when starting new projects. Edit: I tried on Leaflet 1.8 and have the same...

Same here, on MacOS the letter A as an issue (Capture from the JSfiddle) : ![Capture d’écran 2021-01-21 à 12 06 51](https://user-images.githubusercontent.com/5532323/105342900-3af78000-5be1-11eb-86ee-0986757ee90f.png)

So no plan to add snippets/colors for .php, .blade.php files ? I'm not sure on how to apply your temp fix from above ?