Vincent Agnano
Vincent Agnano
I guess it would mostly make sense to have a textarea on form for long text. There you can't `Shift + Enter` to make a new line. A regular textarea...
Thanks for that, it makes total sense and I hadn't noticed there would be specific field formatting in form mode 👍
Checking the stacktrace, here's where the issue occurs: ``` Me = async (t) => { const o = await Promise.all([ import("leaflet/dist/images/marker-icon-2x.png"), import("leaflet/dist/images/marker-icon.png"), import("leaflet/dist/images/marker-shadow.png") ]); delete t.Default.prototype._getIconUrl, t.Default.mergeOptions({ iconRetinaUrl: o[0].default, iconUrl:...
These are all the dependencies we had: ``` "devDependencies": { "nuxt": "^3.1.0" }, "dependencies": { "@gouvfr/dsfr": "^1.8.5", "@vue-leaflet/vue-leaflet": "^0.8.1", "leaflet": "^1.9.3" } ``` (the first dependency is a CSS framework)....
Note that updating vue-leafet to `0.8.4` and leaflet to the current latest lead to the same error.
That's a good news, yet confusing 🤔 Here's the project where we meet the issue: https://gitlab.com/incubateur-territoires/startups/agents-intervention (`npm install` + `npm run dev`) A map should display already at the home...
Hey Matthias, You can definitely use external JS and CSS files into your Lego web components, we do that every day in production. Just to list a couple of examples:...
FYI the default [writing style may change soon](#38). However the core will remain almost intact.
> Should the [Welcome](https://lego.js.org/) page be updated according to the recent README.md updates? Probably that it should be updated accordingly 👍 > I don't really understand the last sentence in...
@mlbiche the [doc was updated according to new new coding style](https://github.com/Polight/lego/pull/38/files). If that work is approved and your doc branch is in progress we will pobably need to merge your...