Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Markus Opolka
vue-cdbp
Commits
89bb9d16
Commit
89bb9d16
authored
Dec 19, 2018
by
Markus Opolka
Browse files
Change feature search from v-autocomplete to combobox to allow user input
parent
ef4fe549
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/Features.vue
View file @
89bb9d16
...
...
@@ -31,31 +31,31 @@
<!-- Input Fields for Search -->
<v-flex
xs12
md3
>
<v-
autocomplete
<v-
combobox
v-model=
"feature_category"
:items=
"feature_categories_glossary"
label=
"Category"
@
keyup.enter.native=
"validate"
>
</v-
autocomplete
>
</v-
combobox
>
</v-flex>
<v-flex
xs12
md3
>
<v-
autocomplete
<v-
combobox
v-model=
"feature_type"
:items=
"feature_types_glossary"
label=
"Types"
@
keyup.enter.native=
"validate"
>
</v-
autocomplete
>
</v-
combobox
>
</v-flex>
<v-flex
xs12
md3
>
<v-
autocomplete
<v-
combobox
v-model=
"feature_subtype"
:items=
"feature_subtypes_glossary"
label=
"Subtypes"
@
keyup.enter.native=
"validate"
>
</v-
autocomplete
>
</v-
combobox
>
</v-flex>
<!-- Search Buttons -->
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment