From 4f9672b6a2278dcc866f5fd1b5e67e8ba05cf218 Mon Sep 17 00:00:00 2001 From: Luca Foscili <45429703+lucafoscili@users.noreply.github.com> Date: Thu, 1 Feb 2024 16:09:26 +0100 Subject: [PATCH] kup-editor: placeholder. --- packages/ketchup/src/components/kup-editor/kup-editor.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ketchup/src/components/kup-editor/kup-editor.tsx b/packages/ketchup/src/components/kup-editor/kup-editor.tsx index fb9844c154..751d56b67a 100644 --- a/packages/ketchup/src/components/kup-editor/kup-editor.tsx +++ b/packages/ketchup/src/components/kup-editor/kup-editor.tsx @@ -365,6 +365,7 @@ export class KupEditor { hideModeSwitch: true, initialEditType: this.initialEditType, initialValue: this.initialValue, + placeholder: 'Type your text here...', previewStyle: this.previewStyle, usageStatistics: false, };