CodeIgniter Forums
Select multiple not working with Validation class - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Select multiple not working with Validation class (/showthread.php?tid=2654)



Select multiple not working with Validation class - El Forum - 08-16-2007

[eluser]zdknudsen[/eluser]
If you use the validation class with a multiple select-box it only marks one of the selected options as selected.


Select multiple not working with Validation class - El Forum - 08-17-2007

[eluser]Unknown[/eluser]
Yeah, it doesn't work! You need to replace a function in the Validation class - see this post.