Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
enasequence
webin-portal
Commits
91bfcf47
Commit
91bfcf47
authored
May 11, 2022
by
Rajkumar-D
Browse files
Making read permitted value selectable
parent
fe0c571a
Pipeline
#278479
passed with stages
in 6 minutes and 2 seconds
Changes
1
Pipelines
4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/app/read-submission/read-submission.component.html
src/app/read-submission/read-submission.component.html
+1
-1
No files found.
src/app/read-submission/read-submission.component.html
View file @
91bfcf47
...
...
@@ -223,7 +223,7 @@
<td
mat-cell
*matCellDef=
"let element"
>
<mat-select
class=
"w-30"
*ngIf=
"element.value_choice"
class=
"checklist-restriction"
placeholder=
"Permitted values"
>
<mat-option
*ngFor=
"let value_choice of element.value_choice"
[value]=
"value_choice"
disabled
>
<mat-option
*ngFor=
"let value_choice of element.value_choice"
[value]=
"value_choice"
>
{{ value_choice }}
</mat-option>
</mat-select>
...
...
Write
Preview
Markdown
is supported
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