I have a combo field. When I click in that field and type, it allows me to type my own text. I want to set the combo to select only. So when I click on the field it should show the options and not allow me to type text. If I have filtering: true and type anything, then it should select from the options. Right now the combo allows me to type text that isn’t in the options. How do I prevent that?
Can a combo be set up to select only and not edit?