Currently I'm using this typeahead but it display like this:
Ist possible to display the typeahead, same width as the input
?
What I tried so far is:
.dropdown-menu {
display: block; position: static; width: 100%;
}
But this break the lower fields
Check my fiddle
UPDATE:
I tried both of @neel shah and @shin solution and this is the result. I don't know why in the fiddle is not looking this way