- Issue created by @Cyberwolf
Currently, the field widget implementation (Drupal\autocomplete_deluxe\Plugin\Field\FieldWidget\AutocompleteDeluxeWidget) contains code to handle the selection settings (store them in key value store) and add the route with its parameters on the element.
By doing so:
Move parts of the code related to selection settings & route with its parameters from the widget implementation to the form element implementation, similar to how it is done in Drupal core's entity autocomplete form element. See Drupal\Core\Entity\Element\EntityAutocomplete::processEntityAutocomplete().
Active
2.1
Miscellaneous