Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
form-generator
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coscine
frontend
libraries
form-generator
Merge requests
!26
Sprint/2020-10
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Sprint/2020-10
Sprint/2020-10
into
master
Overview
0
Commits
3
Pipelines
3
Changes
10
Merged
Marcel Nellesen
requested to merge
Sprint/2020-10
into
master
4 years ago
Overview
0
Commits
3
Pipelines
3
Changes
10
Expand
0
0
Merge request reports
Compare
master
version 1
dc12aea3
4 years ago
master (base)
and
latest version
latest version
eab73f36
3 commits,
4 years ago
version 1
dc12aea3
2 commits,
4 years ago
10 files
+
2530
−
2822
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
src/components/InputCombobox.vue
+
2
−
4
Options
@@ -21,7 +21,7 @@ import Vue from 'vue';
import
Multiselect
from
'
vue-multiselect
'
;
import
'
vue-multiselect/dist/vue-multiselect.min.css
'
;
import
{
MetadataApi
,
defaultOnCatch
}
from
'
@coscine/api-connection
'
;
import
{
MetadataApi
}
from
'
@coscine/api-connection
'
;
export
default
Vue
.
extend
({
name
:
'
InputCombobox
'
,
@@ -63,9 +63,7 @@ export default Vue.extend({
this
.
selectableOptions
=
response
.
data
[
this
.
languageCode
];
}
this
.
loadData
();
},
defaultOnCatch
);
});
if
(
this
.
fixedValueMode
)
{
this
.
updateFixedValues
();
}
Loading