-
Notifications
You must be signed in to change notification settings - Fork 0
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
[FEATURE][86dr2w52q] Weird behaviour on loading forms of Jotforms #78
[FEATURE][86dr2w52q] Weird behaviour on loading forms of Jotforms #78
Conversation
* RadioGroup error using forwardRef when isn't necessary * Make Jotform iframe as component and adding a loading to prevent weird behavios while jotform load the form * fix jotform undefined variable * add package.lock file pending * new color for tailwind
key={id} | ||
label={label} | ||
name={uniqueName} | ||
checked={value === undefined ? value : value === id} |
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.
If value is undefined, then we use value? 👀
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.
this component was copied and pasted from another project, it's not used in this project ( for now ), the unique reason to edit was to fix an error on the console.
Light It Pull Request Template ⚡⚡⚡
Resolve: 86dr2w52q
Description
feature: resolve the following problems
Proof of Test (optional) 📷
With loading
Seniors.profiling.with.loading.mov
Cancer.profiling.with.loading.mov
Without loading
Cancer.profiling.without.loading.mov
Seniors.profiling.without.loading.mov
Checklist ✅