vue-strap
vue-strap copied to clipboard
add array of objs support for typeahead
Often I have an array of objects that I want to have typeahead support.
This will allow a user to identify the data as an array of objects using the objs
prop, and specify the value field using the valueField
.
The value from valueField will be displayed, but the entire object will passed to the ohHit
function.