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:
committed by
GitHub
parent
57d08c964a
commit
fe90f98515
@@ -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}}" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user