Skip to content

Commit

Permalink
placeholder prop set on stenciljs component
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjeetkumaritoutlook committed Sep 23, 2024
1 parent 434ff5d commit 1539bbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/wrapper-editor/wrapper-editor.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ <h1>Angular App with StencilJS Editor</h1>
(editorFocus)="onEditorFocus()"
(editorBlur)="onEditorBlur()"
[disabled]="isEditorDisabled"
placeholder="Ängular RTE MVP"
(contentChanged)="handleContentChange($event)">
</custom-rtf>

0 comments on commit 1539bbf

Please sign in to comment.