Tag Archives: Multiple

enable_multiple()

Whether or not allows selection of multiple values.When attached to <select> tag this value will be ignored, and <select> multiple attribute will be used instead.

Signature:

public function enable_multiple(bool $multiple = false, integer $max_size = 0)

Parameters:

  • $multiple: True or false
  • $max_size: Maximum selection allowed. 0 = no limit