RBManagedFormNumericTextFieldSchema Class Reference
Inherits from | RBManagedFormFieldSchema : RBManagedFormItemSchema : NSObject |
---|---|
Declared in | RBManagedFormNumericTextFieldSchema.h |
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
RBManagedFormNumericTextFieldSchema.h
integerOnly
Whether or not the field should accept an integer number only.
@property (nonatomic) BOOL integerOnly
Discussion
Whether or not the field should accept an integer number only.
Declared In
RBManagedFormNumericTextFieldSchema.h