You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is no other way than a hacky one. After instantiation of PhoneNumberPrefixWidget you might access PhoneNumberPrefixWidget.widgets property, get an instance of PhonePrefixSelect and alter PhonePrefixSelect.choices property.
On the other hand we might change both PhoneNumberPrefixWidget and PhonePrefixSelect constructor to accept choices argument... but I need to get some thumbs up on it.
Is there a built-in setting to limit the number of choices to specific ones? Or do I need to override the select widget?
The text was updated successfully, but these errors were encountered: