vue-typeahead-bootstrap icon indicating copy to clipboard operation
vue-typeahead-bootstrap copied to clipboard

An autocomplete/typeahead component for Vue 2 and Bootstrap 4

Results 48 vue-typeahead-bootstrap issues
Sort by recently updated
recently updated
newest added

Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1. Commits 5b44c1b 3.0.1 9fbc20a chore: better number regex 41ae98e Cleanup c59f35e Move to Sideway See full diff in compare view Maintainer changes This version...

dependencies

Hey there, I've noticed you've published v2.13, but not on [NPM](https://www.npmjs.com/package/vue-typeahead-bootstrap). Could you do that, too, please? Thanks and cheers

https://mattzollinhofer.github.io/vue-typeahead-bootstrap-docs/examples/examples.html#prepend-append Seems on firefox event @keyup.enter can used once

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Resolves #46 This adds two new props to VueTypeaheadBootstrap and VueTypeaheadBootstrapList for "matcher" and "highlighter". The former just passes them along to the latter for use. Then in the list...

Currently typehead is not allowing to enter free search, for example if you type for ind ("india") but list if list has only has "indonesia" then it automatically selects the...