Multiple – PHP Autocomplete https://phpautocomplete.com The Ultimate PHP Dropdown Fri, 14 Feb 2014 17:33:01 +0000 en-US hourly 1 https://wordpress.org/?v=7.0.4 enable_multiple() https://phpautocomplete.com/docs/enable_multiple/ Fri, 14 Feb 2014 17:33:01 +0000 http://phpautocomplete.com/?p=122 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
]]>