We have had a user request to implement an input type that allows selection from a known list, preferably provided from an external data source (CSV?).
The rest of the parameters are TBD, but considerations include:
- Autocomplete vs drop down (select)
- Single vs multiple values.
- Data format (existing CSV uses new line for node - parse row or column?)
We have had a user request to implement an input type that allows selection from a known list, preferably provided from an external data source (CSV?).
The rest of the parameters are TBD, but considerations include: