Skip to content
Snippets Groups Projects
Commit eca26164 authored by Chris Müller's avatar Chris Müller Committed by Benni Mack
Browse files

[FEATURE] Add country select form element to form framework

With the introduction of the new country API and
the correspodning Fluid form viewhelper in #99618,
is the form framework extendend for a new form
element "country select".

The form element allows several configuration
options and renderes a single select element
in the frontend, using the corresponding form
viewhelper.

Following configuration options are available:

- First option: Defines the "empty option", i.e.
  the first element of the select.
- Prioritized countries: Defines a list of countries,
  which should be listed on top.
- Only countries: Defines the countries to be shown
  in the select list.
- Exclude countries: Defines the countries not to
  be shown in the list.

Resolves: #99735
Releases: main
Change-Id: I27f135bb38ba727d25fb6bdc684555972f1e8f1b
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/77623


Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
parent b8032473
Branches
Tags
No related merge requests found
Showing
with 377 additions and 2 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment