Nativescript UI Material Components
    Preparing search index...

    Hierarchy

    • TextField
      • TextField
    Index

    Constructors

    • Returns TextField

    Properties

    buttonColor: Color
    counterMaxLength: number
    digits: string
    dynamicElevationOffset: number

    @nativescript-community/ui-material-core installMixins.

    Gets or sets the dynamic elevation offset of the view.

    elevation: number

    @nativescript-community/ui-material-core installMixins.

    Gets or sets the elevation of the view.

    error: string
    errorColor: Color
    floating: boolean
    floatingColor: Color
    floatingInactiveColor: Color
    helper: string
    helperColor: Color
    nativeViewProtected: any

    read-only. If you want to set out-of-band the nativeView use the setNativeView method.

    placeholderColor: Color

    Gets or sets the color of the placeholder text

    rippleColor: Color

    @nativescript-community/ui-material-core installMixins.

    Gets or sets the ripple-color of the view.

    rippleColorAlpha: number

    @nativescript-community/ui-material-core installMixins.

    Gets or sets the ripple-color alpha of the view.

    strokeColor: Color
    strokeDisabledColor: Color
    strokeInactiveColor: Color
    variant: string
    verticalTextAlignment: VerticalTextAlignment

    Methods

    • Returns FragmentManager

    • Returns any

    • Returns any

    • Parameters

      • ...args: any

      Returns void

    • Tries to focus the view. Returns a value indicating whether this view or one of its descendants actually took focus.

      Returns any

    • Returns any

    • Set the selection anchor to start and the selection edge to stop

      Parameters

      • start: number
      • Optionalstop: number

      Returns any

    • Parameters

      Returns ViewBase