RBManagedFormListFieldSchema Class Reference

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

Overview

A managed form list field schema.

  placeholder

The placeholder text to display when there is no value chosen.

@property (nonatomic, nullable) NSString *placeholder

Discussion

The placeholder text to display when there is no value chosen.

Declared In

RBManagedFormListFieldSchema.h

  items

An array of RBListFieldItem objects or an array of NSString that will be converted into RBListFieldItem items (the value and displayText being set the same).

@property (nonatomic, nonnull) NSArray *items

Discussion

An array of RBListFieldItem objects or an array of NSString that will be converted into RBListFieldItem items (the value and displayText being set the same).

Declared In

RBManagedFormListFieldSchema.h