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

Create field-accessible and field-list-accessible component in Canvas… #419

Merged

Conversation

SkayDks
Copy link
Collaborator

@SkayDks SkayDks commented Mar 20, 2024

… Accessible-iterations

Closed #389

if (children)
return <FieldList fieldList={children} listName={`${name} nested`} />;
};

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change the names of isNN and isChildren to something more descriptive, e.g. handleNN or renderNNElement.

@SkayDks SkayDks force-pushed the feature/#389-Canvas_Accessible-iterate_over_fields branch from 639ad9d to 8a34885 Compare March 26, 2024 06:29
@brauliodiez brauliodiez merged commit aac14a9 into vnext Mar 26, 2024
1 check passed
@brauliodiez brauliodiez deleted the feature/#389-Canvas_Accessible-iterate_over_fields branch March 26, 2024 10:57
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

Successfully merging this pull request may close these issues.

Canvas Accessible-iterate over fields
3 participants