Separator in Blazor OTP Input component

13 Jun 20241 minute to read

The separator in OTP Input specifies the character or symbol used to separate each input field in the OTP Input component. This separator is displayed between each input field to visually distinguish between each inputs. You can set the separator character by using the Separator property.

@using Syncfusion.Blazor.Inputs

<SfOtpInput Separator="/"></SfOtpInput>

Blazor OTP Input Component with Separator