Skip to content

Releases: TerryZ/v-suggest

v2.2.0

04 Dec 02:47
Compare
Choose a tag to compare

Changelog:

  • Added clear event, trigger by X icon click
  • Fixed when full-list set to true and click 'X' icon to clear input content, the full list is not shown

v2.0.0

10 Sep 07:56
be55824
Compare
Choose a tag to compare

Changelog:

  • Use render functions to completely refactored plugin
  • Add max-length prop, limit the number of suggestion results list
  • Add scoped slot supports, make customize suggestions more flexible
  • Use Javascript Standard Style to format code
  • Upgrade v-dropdown plugin to v2.1.1

v1.1.3

23 Dec 14:13
Compare
Choose a tag to compare

Changelog:

  • Add placeholder prop, set the short hint is displayed when no content is entered
  • Add disabled prop, used to set disabled state of the plugin
  • The drop down container layer change to plugin v-dropdown
  • Add values event, used to respond suggestion list item select and output raw data
  • Fixed the plugin name incorrect in webpack.config.js

v1.0.4

23 Dec 09:53
e01f69a
Compare
Choose a tag to compare
Update README.md