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
Should not create new line if items can fit in select
Actual behaviour
On small resolution items can fit but new line is created because invisible filter width is 170px by default. It should not create new line if selected items can fill in the box. Probably we need to use flex to fill filter input all possible space.
More Info
ng-select version: 0.2.0
browser: all browsers
reproducable in demo page: YES
The text was updated successfully, but these errors were encountered:
Expected behaviour
Should not create new line if items can fit in select
Actual behaviour
On small resolution items can fit but new line is created because invisible filter width is 170px by default. It should not create new line if selected items can fill in the box. Probably we need to use flex to fill filter input all possible space.
More Info
ng-select version: 0.2.0
browser: all browsers
reproducable in demo page: YES
The text was updated successfully, but these errors were encountered: