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

Bug @Input sur composant Select

parent f9bcee3c
No related branches found
No related tags found
1 merge request!30Resolve "Mettre à jour proprement vers Angular 7"
......@@ -24,7 +24,7 @@
<param-field-line *ngIf="isInputField(p)" [param]=p (onRadio)=onRadioClick($event) (onValid)=onParamLineValid() (inputChange)=onInputChange()>
</param-field-line>
<select-field-line *ngIf="isSelectField(p)" [param]=p>
<select-field-line *ngIf="isSelectField(p)" [_select]=p>
</select-field-line>
<check-field-line *ngIf="isCheckField(p)" [param]=p></check-field-line>
......
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