Separator in Blazor OTP Input component
4 Nov 20251 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>