RBManagedFormTextFieldSchema Class Reference

Inherits from RBManagedFormFieldSchema : RBManagedFormItemSchema : NSObject
Declared in RBManagedFormTextFieldSchema.h

Overview

A managed form text field schema.

  placeholder

The placeholder text to display when the field is empty.

@property (nonatomic, nullable) NSString *placeholder

Discussion

The placeholder text to display when the field is empty.

Declared In

RBManagedFormTextFieldSchema.h

  secureTextEntry

Whether or not the text input should be hidden, for passwords for example.

@property (nonatomic) BOOL secureTextEntry

Discussion

Whether or not the text input should be hidden, for passwords for example.

Declared In

RBManagedFormTextFieldSchema.h

  autocapitalisation

Whether or not autocapitalisation should occur when beginning sentences.

@property (nonatomic) BOOL autocapitalisation

Discussion

Whether or not autocapitalisation should occur when beginning sentences.

Declared In

RBManagedFormTextFieldSchema.h

  autocorrection

Whether words should be autocorrected.

@property (nonatomic) BOOL autocorrection

Discussion

Whether words should be autocorrected.

Declared In

RBManagedFormTextFieldSchema.h

  keyboardType

Which type of keyboard to display when the field is selected for editing.

@property (nonatomic) UIKeyboardType keyboardType

Discussion

Which type of keyboard to display when the field is selected for editing.

Declared In

RBManagedFormTextFieldSchema.h