Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Coscine
frontend
libraries
form-generator
Commits
9608546d
Commit
9608546d
authored
Sep 19, 2022
by
Petar Hristov
💬
Browse files
Fix: Placeholder replacement
parent
881f64d9
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/components/WrapperInput.vue
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
=
...
...
CoscineBot
⚙
@CoscineBot
mentioned in commit
c430239a
·
Sep 21, 2022
mentioned in commit
c430239a
mentioned in commit c430239a471d6a4a6693a4a9f448d1321ea84b95
Toggle commit list
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment