Hi all,
In Select widgets, as well as many other (including MultipleHiddenInput, where it's not used) rendering methods all have a choices=() kwarg and use a chain(self.choices, choices) when rendering.
Maybe I'm missing something, but it seems like this has just been sitting there since 2006 and all the sensible use cases for this have disappeared: why would anyone do the effort of adding a widget-specific override in Form.as_widget to add choices to rendering that won't even validate ?
Can we engage deprecation on the choices argument in render methods and rely on self.choices only or am I missing something ?
If so, do you know if any work on this has been started ?
Best
James