Skip to content

v1.7.0

Compare
Choose a tag to compare
@macjohnny macjohnny released this 21 Mar 16:42
· 209 commits to master since this release
7b6f278
  • Enhancement: ensure the active option is not covered by the search input when navigating
    with the arrow keys or when the option list changes when searching.
    #119

    Thanks to @Mabiro

  • Enhancement: allow disabling propagation of home / end key via @Input() preventHomeEndKeyPropagation
    to enable moving the cursor inside the search field instead of navigating the options when pressing
    Home / End #43

    Thanks to @geraldhe for reporting

  • Bugfix / Enhancement: Update the input width when the viewport is resized
    #81

    Thanks to @mhosman for reporting

  • Enhancement: add opacity transition animation for search clear icon