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
According to the documentation, "When set to false, the menu will always show all items."
However, when i tried using data-size="false", none of my options are actually showing.
Was it meant to be like that or it is a bug?
Here's the edited Playground replica: https://plnkr.co/edit/tdBnTzkSaS4mEolMWmiB?p=preview
-1st multiple select is working fine as data-size="5".
-2nd multiple select is not showing any options as data-size="false".
What I'm trying to archive is to show all my options and set the height base on HTML attribute "size". So basically, is to always show the menu. Not sure if its possible in the current release.
The text was updated successfully, but these errors were encountered:
According to the documentation, "When set to false, the menu will always show all items."
However, when i tried using data-size="false", none of my options are actually showing.
Was it meant to be like that or it is a bug?
Here's the edited Playground replica: https://plnkr.co/edit/tdBnTzkSaS4mEolMWmiB?p=preview
-1st multiple select is working fine as data-size="5".
-2nd multiple select is not showing any options as data-size="false".
What I'm trying to archive is to show all my options and set the height base on HTML attribute "size". So basically, is to always show the menu. Not sure if its possible in the current release.
The text was updated successfully, but these errors were encountered: