N°3750 Add data-input-id to field container

This will allow easiest DOM manipulation in BeHat tests
This commit is contained in:
Pierre Goiffon
2021-02-24 17:13:47 +01:00
parent 8295920c3c
commit c8911f1fa9
4 changed files with 29 additions and 17 deletions

View File

@@ -906,6 +906,7 @@ EOF
$val = array(
'label' => '<span '.$sDescriptionHTMLTag.' >'.$oAttDef->GetLabel().'</span>',
'value' => $sHTMLValue,
'inputId' => $sInputId,
'comments' => $sComments,
'infos' => $sInfos,
);