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
Commits
9608546d
Commit
9608546d
authored
2 years ago
by
Petar Hristov
Browse files
Options
Downloads
Patches
Plain Diff
Fix: Placeholder replacement
parent
881f64d9
Branches
Hotfix/2233-fixMe
Branches containing commit
Tags
Tags containing commit
2 merge requests
!104
Chore: 3.0.5
,
!102
Fix: Placeholder replacement
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/WrapperInput.vue
+6
-1
6 additions, 1 deletion
src/components/WrapperInput.vue
with
6 additions
and
1 deletion
src/components/WrapperInput.vue
+
6
−
1
View file @
9608546d
...
...
@@ -469,7 +469,12 @@ export default defineComponent({
fixedValueList
&&
fixedValueList
.
some
((
entry
)
=>
entry
.
value
!==
''
)
)
{
this
.
input
(
this
.
valueTypesToQuadObjects
(
fixedValueList
));
if
(
!
this
.
values
.
length
||
this
.
values
.
every
((
entry
)
=>
entry
.
value
===
''
)
)
{
this
.
input
(
this
.
valueTypesToQuadObjects
(
fixedValueList
));
}
this
.
locked
=
true
;
}
const
invisibleList
=
...
...
This diff is collapsed.
Click to expand it.
CoscineBot
@CoscineBot
mentioned in commit
c430239a
·
2 years ago
mentioned in commit
c430239a
mentioned in commit c430239a471d6a4a6693a4a9f448d1321ea84b95
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment