Replies: 1 comment
-
At the end of the day, you've got a subclass of a ChoiceField form field. You should be able to mess with the choices it generates in any dynamic way you want. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there!
Is there any way to dynamically modify country select choices. My use case - if user have already selected a country I don't want to show this country anymore in the select options. The only way to customise country list I see in the documentation is:
but there is no way to make it dynamic.
Any suggestion on how to proceed with this?
Beta Was this translation helpful? Give feedback.
All reactions