Maxime Le Breton

Results 75 comments of Maxime Le Breton

and same for `dash` characters, who needs to be converted to `space` to match words like "États-unis" with "etats unis" input.

Yes, not having a real world example for `Vue` stops immediatly my interest. I wanted to test it for a current Vue App, but without documentation or example, I need...

thanks @zerobias! I think I will fall in love with effector ;)

Yes of course! Here is a GIF to illustrate the difference: ![autocomplete](https://user-images.githubusercontent.com/1072425/93510857-28fb8d00-f922-11ea-8f02-6fd82b1c41f0.gif) **Actual behaviour:** On the [CodePen example](https://codepen.io/trevoreyre/pen/RwwNKLK?editors=1111): - ✔️**First case**: Click on the third result takes the result as...

Hello @trevoreyre, are my explanations clearer?

After hours spent on this problem, here is my working solution to access map instance from a store (thanks to https://github.com/vuejs/vue/issues/2637#issuecomment-207076744 and https://github.com/vuejs/vue/issues/2637#issuecomment-331913620): ```javascript const state = reactive({ map: Object.freeze({...

Hello @ltsNotMike, and thanks for your plugin! But same problem here, I configured the plugin to populate `Title` as **Name** field, and `Slug` as **Path** field, and it doesn't populate...

After some research, here are some details: - the HMR is working correctly when the modifications are made on the `style.scss` **file** - but if changes are made on a...

hello @DomDew, thanks for your time, and sorry for my late response, I have only one language on this site (french), but even if I had activated transliteration, it would...