On Sat, Aug 31, 2013 at 5:43 AM, Aymeric Augustin < [email protected]> wrote:
> On 30 août 2013, at 23:28, Mehran Kholdi <[email protected]> wrote: > > > I propose the idea to narrow up the choices shown in list_filter, by > those available among the "current" queryset's results. > > Hi Mehran, > > This idea was briefly discussed in > https://code.djangoproject.com/ticket/19755. > > You should review the discussion over there, and you may post a link to > this thread in the ticket comments. > > I don't have a strong opinion one way or another. If the majority thinks > hiding choices with no matching items is the right choice, let's do that. > >From a UX perspective, I'm generally against outright hiding available options. If a selectable option isn't visible, then it isn't clear that it might be available as an option under other circumstances. Look at menu options on desktop apps -- they don't disappear, they're greyed out. This lets the user know that they're not available *right now*, but if you get the app into the right state, they might be. Yours, Russ Magee %-) -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. For more options, visit https://groups.google.com/groups/opt_out.
