Separator in Blazor OTP Input component
24 Jun 20261 minute to read
The separator in the OTP input component is the character or string rendered between adjacent input fields to visually distinguish them. Configure the separator using the Separator property.
@using Syncfusion.Blazor.Inputs
<SfOtpInput Separator="/"></SfOtpInput>