Vincent Dhennin
Vincent Dhennin
Hello! @suusan2go I'm currently working on a vue project who need a vuetify draggable treeview, with the feature described there. If you need some help to add this feature, it...
@mpacary How can you keep the selected value after select? For the moment, I can trigger the formatted_address by reassignate `this.autocomplete = place.formatted_address;` But I want to keep the original...
Thank, problem solved, I use `@onchange.native=""` which allow me to stock the selected value and use her later, instead using the place.format_address
I'm gonna give it a look this weekend in order to make a first draft according our previous discussion