Skip to content
Snippets Groups Projects
Commit 5ce7736f authored by mathias.chouet's avatar mathias.chouet
Browse files

Correction bug labels vides dans les formulaires

parent bf137149
No related branches found
No related tags found
1 merge request!32Resolve "Simplification du code (compatibilité jalhyd)"
<div class="row">
<!-- input de saisie de la valeur -->
<div [ngClass]="(formHasResults) ? 'col-xl-6 pt-3':'col-md-6 col-xl-8 pt-3'">
<ngparam-input [_inputDisabled]="isInputDisabled" [_title]="title" (change)="onInputChange($event)"></ngparam-input>
<ngparam-input [_inputDisabled]="isInputDisabled" [title]="title" (change)="onInputChange($event)"></ngparam-input>
</div>
<div class="btn-group col" role="group">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment