danielfarrell / bootstrap-combobox

A combobox plugin that works with twitter bootstrap
847 stars 327 forks source link

Changes value to the text value, causing 'must be a number' when value is an int. #252

Open teahou opened 6 years ago

teahou commented 6 years ago

I can't use this on any select lists that use an integer as the value, which is most of them in my forms, because it replaces the values with the text. Is this by design?