vuejs-autocomplete icon indicating copy to clipboard operation
vuejs-autocomplete copied to clipboard

Ability to pass async function as a source property

Open dhivyada opened this issue 4 years ago • 1 comments

After this change: If there is already a function that returns a promise, such an async function can be passed to the source prop and the results can be processed. E.g. <autocomplete source="async function(input) { return getResults(input) }"> </autocomplete> Here, getResults is a function when returns a promise

dhivyada avatar Apr 03 '20 09:04 dhivyada

Pull Request Test Coverage Report for Build 71

  • 11 of 31 (35.48%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-9.5%) to 86.923%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/components/Autocomplete.vue 11 31 35.48%
<!-- Total: 11 31
Totals Coverage Status
Change from base Build 57: -9.5%
Covered Lines: 166
Relevant Lines: 189

💛 - Coveralls

coveralls avatar Apr 03 '20 09:04 coveralls