Back

MentionInput

With static suggestions

With error state

Message is required.

Usage

@forms.MentionInput(forms.MentionInputProps{
    Name:        "comment",
    Label:       "Comment",
    Placeholder: "Type @ to mention…",
    Trigger:     "@",
    Suggestions: []string{"alice", "bruno", "chloe"},
    Rows:        4,
})