Ghost/ghost/admin/app/components/feedback-lexical/labs-form.hbs

13 lines
472 B
Handlebars
Raw Normal View History

2023-05-22 23:36:57 +03:00
<h4 class="gh-feedback-lexical-labs-heading">Thanks for trying our new editor</h4>
<FeedbackLexical::Textarea
@feedbackMessage={{this.feedbackMessage}}
@updateFeedbackMessage={{this.updateFeedbackMessage}}
2023-05-22 23:36:57 +03:00
@label="Thanks for trying our new editor"
@shouldFocus={{false}}
2023-05-22 23:36:57 +03:00
@placeholder="How did it go? Did you have any issues?"
/>
<FeedbackLexical::SendButton
@onSuccess={{this.resetFeedbackMessage}}
@feedbackMessage={{this.feedbackMessage}}
/>