Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set bootstrap class in a form field SplitPhoneNumberField() #624

Open
bikash829 opened this issue Oct 27, 2024 · 0 comments
Open

set bootstrap class in a form field SplitPhoneNumberField() #624

bikash829 opened this issue Oct 27, 2024 · 0 comments

Comments

@bikash829
Copy link

Hi! I am trying to make a form using SplitPhoneNumberFiled(). Everything is working so well but i want to style those fields. And i couldn't find out how to set an attributes in a field.

 phone = SplitPhoneNumberField()
    additional_phone = SplitPhoneNumberField()
    class Meta:
        model = User
        fields = ['phone','additional_phone']

That's my code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant