bootstrap typeahead ugly completion

179 Views Asked by At

I'm using bootstrap(2.3.2 version) typeahead completion in my rails project with simple_form but not only does it suggest the completion set but it also writes the first matched string in the field, making it ugly. what is the solution? it there any option to disable it?

typeahead

UPDATE1: by the way, to enable this completion feature, I included an external js file ( I mean it was not implemented in bootstrap) and as it is suggested in the Q&As, I used this css file to keep the UI beautiful.

0

There are 0 best solutions below