Enum TextTransform
Defines the text case transformation options for the SfOtpInput component.
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public enum TextTransform
Remarks
This enumeration controls how the text case is automatically transformed as users type, providing consistency in OTP formatting regardless of how users enter the characters.
Fields
| Name | Description |
|---|---|
| Lowercase | Automatically converts all entered text to lowercase letters. |
| None | No case transformation is applied; text appears exactly as entered by the user. |
| Uppercase | Automatically converts all entered text to uppercase letters. |