I forget to add the ajax JS event filter. i've added it as given under to JS box of "Search and Pagination" section:
jQuery( document ).on( 'js_event_wpv_parametric_search_form_updated', function( event, data ) {
/**
* data.view_unique_id (string) The View unique ID hash
* data.view_changed_form (object) The jQuery object for the View form after being updated
* data.view_changed_form_additional_forms_only (object) The jQuery object containing additional forms from other instances of the same View inserted using the [wpv-form-view] shortcode
* data.view_changed_form_additional_forms_full (object) The jQuery object containing additional forms from other instances of the same View inserted using the [wpv-view] shortcode
*/
jQuery('.js-toolset-maps-distance-current-location').val("Geolocalitza'm");
});
Glad to know that solution I shared help you to resolve your issue.
I've reported to issues to our next level support:
- Location button icon issue
- when you added custom text to location button as Geolocalitza'm to attribute "visitor_location_button_text", the button text is not displayed after the single quote. In your case the button text will only show Geolocalitza and removes the 'm.
I will update you here with it get fixed but please note that it will take the time. If you want - you have liberty to mark resolve this ticket.