Skip to content

Commit

Permalink
feat: update zh-multiselect in tab0
Browse files Browse the repository at this point in the history
  • Loading branch information
edelclaux committed May 23, 2024
1 parent e330b8e commit 9d0c486
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/app/zh-forms/tabs/tab0/zh-form-tab0.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ <h5 class="section-title">Champs obligatoires</h5>
keyValue="id_org"
[values]="idOrg"
[parentFormControl]="form.controls.id_org"
[multiple]="false" />
[multiple]="false"
[hightlightValue]="false"/>
<small
*ngIf="
(form.controls.id_org.touched || submitted) &&
Expand Down Expand Up @@ -95,6 +96,7 @@ <h5 class="section-title">Champs obligatoires</h5>
[values]="sdage"
[parentFormControl]="form.controls.sdage"
[multiple]="false"
[hightlightValue]="false"
/>
<small
*ngIf="
Expand Down

0 comments on commit 9d0c486

Please sign in to comment.