Select case
If your type is Select or multiple you have to add something to your label's input :
choices: { value1: optionToDisplay1, value2: optionToDisplay2 ... }
This gonna tell the formBuilder to add options inside the select. value1 are the value of the first option, optionToDisplay1 is the text displayed on the option
Last updated