Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
webin-portal
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
enasequence
webin-portal
Commits
fe0c571a
Commit
fe0c571a
authored
2 years ago
by
Rajkumar-D
Browse files
Options
Downloads
Patches
Plain Diff
Making the permitted value selectable
parent
8083a3a5
No related branches found
Branches containing commit
Tags
1.2.1
dev-1.2.1
test-1.2.1
Tags containing commit
No related merge requests found
Pipeline
#278476
failed with stages
in 55 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/checklist/checklist.component.html
+1
-1
1 addition, 1 deletion
src/app/checklist/checklist.component.html
with
1 addition
and
1 deletion
src/app/checklist/checklist.component.html
+
1
−
1
View file @
fe0c571a
...
...
@@ -371,7 +371,7 @@
<td
mat-cell
*matCellDef=
"let element"
>
<mat-select
class=
"w-70"
*ngIf=
"element.type=='TEXT_CHOICE_FIELD'"
class=
"checklist-restriction"
placeholder=
"Permitted values"
>
<mat-option
*ngFor=
"let textChoice of element.textChoice"
[value]=
"textChoice"
disabled
>
<mat-option
*ngFor=
"let textChoice of element.textChoice"
[value]=
"textChoice"
>
{{ textChoice }}
</mat-option>
</mat-select>
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment