You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
The typeahead popup currently aligns its left side with input left site, which is a problem if the popup is too wide and/or the input field on the far right.
I am working on a simple option typeahead-anchor which could be 'left', 'right' or 'auto'.
The text was updated successfully, but these errors were encountered:
By using .pull-right class (float: right;) on your container, it might work (it works for the dropdown component anyway). I have added a while ago a PR (#1924) for adding dropdown align options (still pending).
The typeahead popup currently aligns its left side with input left site, which is a problem if the popup is too wide and/or the input field on the far right.
I am working on a simple option typeahead-anchor which could be 'left', 'right' or 'auto'.
The text was updated successfully, but these errors were encountered: