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
When using klp-form-select with [truncateOptions]="true" in a scrollable container, the dropdown menu opened is contained within the scrollable container, causing part of the dropdown to be hidden. When doing this the dropdownPosition input is also not working anymore, a `[dropdownPosition]="'top'" still results in the dropdown being opened to the bottom.
The text was updated successfully, but these errors were encountered:
When using
klp-form-select
with[truncateOptions]="true"
in a scrollable container, the dropdown menu opened is contained within the scrollable container, causing part of the dropdown to be hidden. When doing this thedropdownPosition
input is also not working anymore, a `[dropdownPosition]="'top'" still results in the dropdown being opened to the bottom.The text was updated successfully, but these errors were encountered: