Skip to main content

focus

focus

focus: boolean

this property controls whether the comments editor should be auto-focused after the widget's rendering. The default property value is false.

Usage

Enabling auto-focus

<Comments focus={true} />

This will set the comments editor to automatically focus once the widget is rendered.