alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    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.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved