Major
Nice to have
Bugfix
Major
Enhancement
(User-visible)
Detail
#22818
List display of a select field
Until now the selection of the SelectControlGroup was displayed separated by semicolons in an input field. Without the popup, only the entire selection could be deleted.
Now the selected elements without an input field should be displayed as text, separated by delete buttons. These delete buttons remove the corresponding element.
To use this mechanism, a SelectTextControl must be created. This can be done either by using a PopupTextSelectTag, but also without a JSP tag via the constructor. The PopupSelectTagProvider decides via a theme variable whether the original variant by the PopupSelectTag should be applied as default for all SelectFields using this provider or the new PopupTextSelectTag.
Test
No test.