Hello,
I'm trying to have a few fields where, when you start typing the input, the choices spelled the same way will show in a drop down menu. For example, if I'm in a Name field, and I start typing "Chr", a dropdown menu would show "Chris, Christie, Christine, Christina". And as I keep typing, such as "Christin", then only "Christine" and "Christina" will show up in the drop down. I know how to make dropdowns in general, but these don't allow the user to start out by typing their answers. I would also like for the user to be able to select more than one option, such as by holding down the control key to select additional options.