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:
@@ -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" />
|
||||
Reference in New Issue
Block a user