Enum OtpInputStyle
Defines the visual styling options for the SfOtpInput component input fields.
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public enum OtpInputStyle
Remarks
This enumeration controls the visual appearance and theme of the input fields, allowing the component to match different design systems and user interface styles.
Fields
| Name | Description |
|---|---|
| Filled | Displays input fields with a filled background color instead of borders. |
| Outlined | Displays input fields with a visible border outline around each field. |
| Underlined | Displays input fields with only a bottom border line, creating a minimalist appearance. |