Michael Underwood

Results 66 comments of Michael Underwood

@hugoruscitti did you make any progress on this issue? I am facing the problem right now, with two date fields that are collectively only valid if the first is earlier...

@billdami isn't that exactly what the `changes` parameter in the example and twiddle above gives you?

@porlov did you find a solution or workaround for this? I've just come up against the same issue.

I haven't actually tried running your code @jshrt , but I have a couple of comments that might help, depending how close this is to what you're actually running... First,...

It turns out, at least as far as the documentation is concerned, that we may both be right as far as the [`with` argument](http://www.js-data.io/v3.0/docs/relations#section-eagerly-loading-relations) is concerned: > The `with` option...

Hi @ViruSzZ , I think what you're after is probably in the `zoomSnap` and `zoomDelta` [map options](https://leafletjs.com/reference-1.7.1.html#map-zoomsnap). Something like `` (or of course binding the options to an object with...

Have you also made sure that you are setting `:zoomAnimation="true"` on your map? That, `zoomSnap`, and `zoomDelta` are the only vanilla approaches I'm aware of to affect how the zooming...

This issue is a reminder to look into event handler behaviour when components are removed, and determine whether we should be manually unhooking Leaflet events at that time.

@gdcooman thank you for reporting this issue, and tracking down the cause! I have used your sample to construct a [minimal working example](https://codesandbox.io/s/vl-geojson-context-trd4i?file=/src/App.vue) that reproduces the error. I haven't had...

Hi @Narthall , thank you for reporting this! I'm afraid I'm having some trouble reproducing it in a minimal setup though. Here's a demo (much simplified, no Vuex for example)...