﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
16149	Allow disabling choices in a <select>	Jody McIntyre		"We need to be able to disable choices in a <select>, which is done by setting the disabled attribute on the <option> tag, for example:
{{{<option value=""bananas"" disabled=""disabled"">Bananas</option>}}}

Currently we're doing this by subclassing the Select widget:
http://djangosnippets.org/snippets/2453/

It would be nice if the built in Select widget supported this.  One way would be to replace the existing render_option method with what I've written, and I can prepare a patch if desired, but this approach changes the format of the ""choices"" data structure to something that won't be understood by other widgets.  Perhaps these widgets should be improved too, but I don't want to do this unless the patch has a chance of being accepted."	New feature	new	Forms	1.3	Normal			Sergiy Kuzmenko kitsunde@… bmispelon@… Fabio Caritas Barrionuevo da Luz	Accepted	0	0	0	0	0	0
