Class Iowa::FormElements::Select
In: src/Form.rb
Parent: Repeat

Methods

Public Instance methods

If the multiple option is used in the select statement, then multiple values can be returned. If they are, then the ‘item’ variable will be set to an array, with each selection as an element in the array.

If the item is an array, then there are multiple entries within the select box that are selected.

[Validate]