Enum EnterKeyTag
Specifies a tag to be used in the SfRichTextEditor component when the Enter key is pressed.
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public enum EnterKeyTag
Remarks
This setting determines which HTML tag will be automatically inserted when the Enter key is pressed.
Fields
| Name | Description |
|---|---|
| BR | When the Enter key is pressed, a new line break <br> tag will be inserted. |
| DIV | When the Enter key is pressed, a new <div> tag will be inserted. |
| P | When the Enter key is pressed, a new <p> tag will be inserted. |