- Issue created by @DonnyCarette
- Status changed to Fixed
6 months ago 5:30pm 29 May 2024 Automatically closed - issue fixed for 2 weeks with no activity.
The custom text field that works with ckeditor does not take country as a query parameter
$form['custom_text_field'] = [
'#type' => 'textfield',
'#title' => $this->t('Autocomplete Address'),
'#autocomplete_route_name' => 'address_suggestion.ckeditor',
'#autocomplete_route_parameters' => ['format' => 'full_html'],
'#autocomplete_query_parameters' => ['token' => $token, 'country' => $country],
];
Fixed
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.