Nativescript UI Material Components
    Preparing search index...
    interface PromptOptions {
        autoFocus?: boolean;
        helperText?: string;
        hintText?: string;
        textFieldProperties?: Partial<TextFieldProperties>;
    }

    Hierarchy

    • PromptOptions
      • PromptOptions
    Index

    Properties

    autoFocus?: boolean
    helperText?: string

    Gets or sets the helper text to display in the input box.

    hintText?: string

    Gets or sets the hint text to display in the input box.

    textFieldProperties?: Partial<TextFieldProperties>

    Optional object to set any property to the textfield!