Skip to content

Commit

Permalink
Textstring prevalue editor view: Set id attribute (umbraco#10453)
Browse files Browse the repository at this point in the history
* Add missing focus styling

* Set id attribute

Co-authored-by: BatJan <[email protected]>
Co-authored-by: Jan Skovgaard Olsen <[email protected]>
  • Loading branch information
3 people authored Jun 28, 2021
1 parent 5b9cd1b commit 5d8fb96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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" />

0 comments on commit 5d8fb96

Please sign in to comment.