Closed christophfriedrich closed 4 years ago
The new Filter feature uses components exactly like this for collections, processes, output formats and service types. Since the Search feature will be removed soon anyway (and with it the possibility to search for processes' parameters' names and descriptions (the only other occurrence of the old "each on a new line" inputs)), this issue is essentially resolved.
Turn inputs that accept more than one value ("array inputs", e.g. collection identifiers in backend search) and currently realise this via a
textarea
with "each on a new line" into single input fields with "tags" instead, like in the Google Flights airport selector:The autocomplete feature shown in the screenshot is desirable too, this is tracked in #25.