#country flag not showing
34 messages · Page 1 of 1 (latest)
can you share your github repo?
huh i'm facing issue while pushing l'll send when its work
the code is enough?
okay let me check
In the components/CustomFormField.tsx, the correct import should be:
import PhoneInput from 'react-phone-number-input';
Then, in the PatientForm.tsx, add the following CSS import:
import 'react-phone-number-input/style.css';
This will ensure the PhoneInput works properly with its styles applied.
ty its done
but
got another two issues
responsive issue like ipad view
its not redirecting
here is the detailed video
its show invalid number in us & india (in india +91 (10 numbers must be needed after 4 number its show invalid number) but i can access +855 45 (but is still loading) not redirect
hmm let me check
It looks good from my side. Did you make any changes to the validation for the phone number?
Here’s the code for the form validation:
export const UserFormValidation = z.object({
name: z
.string()
.min(2, "Name must be at least 2 characters")
.max(50, "Name must be at most 50 characters"),
email: z.string().email("Invalid email address"),
phone: z
.string()
.refine((phone) => /^\+\d{10,15}$/.test(phone), "Invalid phone number"),
});
yah its done
but not redirecting
look last 10sec
also facing issue with responsive(lemme clear it later) above mention issue are main one
Can you update your repo? I don't see createUser function?
yah done
i dont see any updates from your repo, i cant see createUser function, do you already implement that?
yah
i mean you can push your updated code to repo so i can check
https://github.com/SufailMohd/Doclink.
now added i think pls check it
ohh wait they were src is missing?
hi there, sorry im just back to support, do you still need help?
your code is not completed, please upload all files from your project so i can run it
its ok np! i totally changed the repo. now its going well. i'll rise thread when i'm facing issue. Thank you..
Hi I sent an email reply to u . But u didn't respond. Can I get to know the price of next js15 course in countries like Sri Lanka? It's not mentioned in there. Also is there any student pack discount?