I have a combobox that has both custom value and itemsFetchCallback on a mandatory property.
My custom values are not being accepted if the collection behind the combobox is empty. If the collection is non-empty, it only works after selecting an item in the collection and then deleting and typing the custom value.
I reproduced this in a sample
comboboxissue.zip (1.4 MB)