-
Notifications
You must be signed in to change notification settings - Fork 0
Rina/radiobutton FRUMHIRE-8 #16
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
| classnames([ | ||
| props.size === 'small' && 'h-[10px] text-[1.4rem]', | ||
| props.size === 'medium' && 'h-[20px] text-[1.5rem]', | ||
| props.size === 'large' && 'text-[1.npm install classnames7rem] h-[30px]', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think this is a mistake
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you collaborate more? what is the mistake?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it says npm install classnames
src/app/new-project/page.tsx
Outdated
| form={form} | ||
| rules={{ required: val => !!val || 'שדה חובה' }} | ||
| /> | ||
| <div className="mt-6 grid grid-cols-2 gap-8"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you should hook the checkboxes and radio boxes up to the form also just like the input below
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok , i fixed it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where is the fix?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in this commit : Connecting the check boxes and radio boxes to the form
No description provided.