Loading CHANGELOG.md +5 −0 Original line number Diff line number Diff line CHANGELOG ========= 6.2.2 ----- - [Fix] cosmétique : mise en conformité su searchAndSelect qui s'affichait en -sm contraitement au formControlGroup 6.2.0 ----- - Retrait du mouchard Loading src/UnicaenApp/Form/View/Helper/FormSearchAndSelect.php +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ class FormSearchAndSelect extends FormText ->setAttributes($this->element->getAttributes()) ->setName($name . "[$label]") ->setAttribute('id', $autocompleteDomId) ->setAttribute('class', 'form-control form-control-sm') ->setAttribute('class', 'form-control') ->setValue($this->element->getValueLabel() ?: $this->element->getValue()); $this->element->setAttribute('style', $this->element->getAttribute('style') . ' display:none;'); Loading Loading
CHANGELOG.md +5 −0 Original line number Diff line number Diff line CHANGELOG ========= 6.2.2 ----- - [Fix] cosmétique : mise en conformité su searchAndSelect qui s'affichait en -sm contraitement au formControlGroup 6.2.0 ----- - Retrait du mouchard Loading
src/UnicaenApp/Form/View/Helper/FormSearchAndSelect.php +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ class FormSearchAndSelect extends FormText ->setAttributes($this->element->getAttributes()) ->setName($name . "[$label]") ->setAttribute('id', $autocompleteDomId) ->setAttribute('class', 'form-control form-control-sm') ->setAttribute('class', 'form-control') ->setValue($this->element->getValueLabel() ?: $this->element->getValue()); $this->element->setAttribute('style', $this->element->getAttribute('style') . ' display:none;'); Loading