Aimery Marsily
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) : 
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 ?