FXForms icon indicating copy to clipboard operation
FXForms copied to clipboard

How to limit multi-select options number?

Open Sean-Wang opened this issue 11 years ago • 2 comments

@{FXFormFieldKey: @"interests", FXFormFieldPlaceholder: @"None", FXFormFieldOptions: @[@"Videogames", @"Animals", @"Cooking"]}

For example, I want to limit multi-select number is two, how to achieve this?

Sean-Wang avatar May 27 '14 06:05 Sean-Wang

Currently there's no way to enforce this other than to check when the form is submitted and display an alert telling the user to select fewer options.

nicklockwood avatar Jun 24 '14 10:06 nicklockwood

Thanks a lot ,but if there a option to set the limit when new a form ,will be perfect.

realcarlos avatar Mar 07 '16 05:03 realcarlos