fix(challenges): use b-dropdown-form

This commit is contained in:
Sabe Jones
2019-02-20 14:17:34 -06:00
parent 8fdee5a669
commit ada09f3d5a
3 changed files with 89 additions and 91 deletions
@@ -1,6 +1,6 @@
<template lang="pug">
b-dropdown.create-dropdown(:text="text", no-flip)
b-dropdown-item(:disabled='true')
b-dropdown-form(:disabled='true')
input.form-control(type='text', v-model='searchTerm')
b-dropdown-item(v-for="member in memberResults", :key="member._id", @click="selectMember(member)")
| {{ member.profile.name }}