Closed eaglexboy closed 9 months ago
After looking into it further the issue appears to be from the BS CSS "position" attribute for .dropdown-menu in _dropdown.scss
I'm not good at CSS so I don't know what the fix would be but if you set position to relative it shows on the bottom but everything gets shifted.
you could try using fixed positioning (see fixed option)
That did the trick. Thanks.
I was trying to use the autocompelte with live server option and works great. My problem is that the the dropdown created using the response is covering up the input in a input group
Before entering any value
With autocomplete dropdown
Codepen Example
Is there something I need to do that will move the Dropdown below the input like it does with a regular input?