Add SelectWidget formatting options to AutocompleteWidgets

Created on 22 August 2025, 10 days ago

Problem/Motivation

The SelectWidget has options to display Name, NativeName and ISO code.
The AutocompleteWidget has not.

This might be added.

Steps to reproduce

set settings for SelectWidget, that do not exist for Autocomplete widget.

Proposed resolution

Remaining tasks

- let SelectWidget inherit from StringTextfieldWidget, not WidgetBase;
- let AutocompleteWidget inherit from SelectWidget, not StringTextfieldWidget;
- adapt AutocompleteController, so it gets either the widgetsettings, or the list of possible Values. (thisis the hardest part)
- remove the TextfielWidget options from the SelectWidget settingsform, by checkin exact class.

User interface changes

User can now also select from native name.

API changes

Data model changes

Feature request
Status

Active

Version

1.0

Component

User interface

Created by

🇳🇱Netherlands johnv

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024