Skip to content

v1.4.1

Compare
Choose a tag to compare
@macjohnny macjohnny released this 04 Oct 13:16
· 276 commits to master since this release
c4029de
  • Bugfix: Wrong panel positioning when select is at bottom edge of viewport
    due to overridden panel height (350px). The default panel height (256px) will be used
    #63

    Note: the panel height can be changed via css (not recommended, as it leads to issues):

    .mat-select-search-panel {
      ...
      max-height: 350px;
    }

    Thanks to @hadsy for reporting.