Add id attribute so click on property label focus in input (#8078)

Co-authored-by: Bjarne Fyrstenborg <bf@oerskov-gruppen.lan>
This commit is contained in:
Bjarne Fyrstenborg
2020-06-17 12:56:41 +02:00
committed by GitHub
parent 57d08c964a
commit fe90f98515

View File

@@ -7,6 +7,7 @@
ng-model="model.value"
ng-required="model.validation.mandatory"
aria-required="{{model.validation.mandatory}}"
id="{{model.alias}}"
val-server="value"
fix-number min="{{model.config.min}}" max="{{model.config.max}}" step="{{model.config.step}}" />