Alex Bainbridge

Results 10 comments of Alex Bainbridge

Same issue as #169 , I believe

One way I think I would approach fixing this is that when we send the initial array of IDs in the v-model attribute, there could be a capability to send...

I have addressed this with a bit of a hack When I know everything is rendered (i.e. the treeselect component)..... from the parent `this.$refs.reference.forest.nodeMap[this.default_label_id].label = this.default_label;` - where reference is...

@SwithFr The solution (at least how I have fixed) is as per my 30th November note. Not ideal, but it does at least do it!

The issue is between empty and null `get () { return this.value === '' ? null: this.value; },` Fixes for me - when I try to set to empty, I...

I had a similar issue. The thing is that the positions are INITIALLY calculated in integers (x,y) due to being screen positions not lat and longs. I didn't have a...

What did you do in the end @chrisgeorge0911 ? We are using this plugin and struggling to get compass on android on devices are are sure have the right sensors....

Thank you @mgurzixo for your work on this - just what we need so can remove some of our Android only hacks in our apps! I see you closed the...

Hi @ryancalhoun I am struggling with this too For clarity, this is what I am currently doing. Hopefully this assists if this feature goes to development. Setting publicPath as where...

Try android:enabled="false" on each of the aliases (rather than true as per the documentation). This stops the additional icons. I am not sure what other impact this has however.