Get KoolPHP UI with 30% OFF!

Dropdown populated with data from database, but allow free typing like you can a textbox

Blaine Sherman
I'm trying to come up with a way to populate a dropdown with data from a table, but allow free typing if they need a new value that isn't already in the table.
Posted May 16, 2017 Kool
Anthony Amolochitis
I believe KoolComboBox does this.
Make sure input validate is set to false.
http://doc.koolphp.net/Controls/KoolComboBox/PHP/KoolCombobox_Class/index.php#inputValidate
Posted May 18, 2017 Kool