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
Hi there, we're using phonenumber_field.serializerfields.PhoneNumberField to validate a user-entered phone number. At the moment, when it is invalid, by default the message just says that it is invalid, instead of providing an example of a valid number.
Hi there, we're using
phonenumber_field.serializerfields.PhoneNumberField
to validate a user-entered phone number. At the moment, when it is invalid, by default the message just says that it is invalid, instead of providing an example of a valid number.From what I understand, SplitPhoneNumberField has that functionality by default.
Is there any reason not to extend the same behaviour to the serializer field? I'd be happy to give it a go.
The text was updated successfully, but these errors were encountered: