I have a Combo Box and I would like to have the possibility to add new values in the Combo Box using a button and an Input Field. I tried with:
var value = getCo
Use a viewScope e.g. viewScope.selectItems variable.
viewScope.selectItems
This is a working example: