Restrict options or number of selections in a select list

Video shows how to restrict certain options from showing up. This is pretty simple and an actual use case would require some additional code to restrict certain options based on some logic.

Code below will limit the # of selections a user can make to 3.

See also