Textstring prevalue editor view: Set id attribute (#10453)

* Add missing focus styling

* Set id attribute

Co-authored-by: BatJan <jaskov@gmail.com>
Co-authored-by: Jan Skovgaard Olsen <jso@co3.dk>
This commit is contained in:
Jan Skovgaard
2021-06-29 00:37:19 +02:00
committed by GitHub
parent 5b9cd1bd87
commit 5d8fb9670b

View File

@@ -1 +1 @@
<input type="text" ng-model="model.value" ng-trim="false" class="umb-property-editor umb-textstring" />
<input type="text" id="{{model.alias}}" ng-model="model.value" ng-trim="false" class="umb-property-editor umb-textstring" />