We all know that Select in HTML can’t be typed (unlike combobox in Windows UI). But I ever seen that in some website. Most notably is Joomla’s backend, there is a select that can be typed.
Is there any ready to use function in Yii to create such object?
If there isn’t, usually what will you do to let user either type the value or choose one of the options?