django-xor-formfields icon indicating copy to clipboard operation
django-xor-formfields copied to clipboard

Return which field was used

Open akellne opened this issue 9 years ago • 0 comments
trafficstars

Currently, the MutuallyExclusiveValueField is targeting the problem of having different input Fields that are resulting in a single value. However, in my application I have two exclusive fields and I need to find out which of the fields has been used. Maybe a flag could be introduced, if the developer is interested in a single value or also which of the fields has been used?

akellne avatar Feb 05 '16 10:02 akellne