django-admin-flexselect icon indicating copy to clipboard operation
django-admin-flexselect copied to clipboard

Keep current value if parent's trigger keeps it available

Open dannyadair opened this issue 13 years ago • 1 comments

If a parent change triggers new choices, the current choice will be blanked even if it is available in the new choices. I think that is undesirable (and makes the change() mentioned in issue #1 a little more complicated).

dannyadair avatar Oct 01 '11 04:10 dannyadair

This is actually intentional, to prevent that the enduser forgets to set the correct value. But he can also forget what the correct value was, so I've changed my mind on this :) Accepted, and thx for your feedback!

runekaagaard avatar Oct 03 '11 08:10 runekaagaard