When handling [WorkItem 1486](https://aspnetwebstack.codeplex.com/workitem/1486), we found that `disabled` attribute was missing in both <option> and <optgroup> tags from the select list.
Adding the support would be quite straightforward: Add `IsDisabled` property to `SelectListItem` and `SelectListGroup`. Insert the attribute at proper places if requested in `SelectExtensions.SelectInternal`.
Adding the support would be quite straightforward: Add `IsDisabled` property to `SelectListItem` and `SelectListGroup`. Insert the attribute at proper places if requested in `SelectExtensions.SelectInternal`.