-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: ChecklistFieldInput
for List component
#3304
Conversation
Removed vultr server and associated DNS entries |
9d46d7d
to
b21c6d3
Compare
ac111f3
to
f6b8d54
Compare
ChecklistFieldInput
for List componentChecklistFieldInput
for List component
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.
Checklist outputs with correct a11y markup and functions correctly on the front-end, with the exception of the bug addressed in #3316
421acac
to
ac9c112
Compare
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.
Works exactly as I'd expect it to & records a list of my selected values in the passport !
Really nice List extension/addition 🙂
- Still getting buggy behaviours with checkboxes, but not labels
- Revisit this when taking a closer look at how best to handle checklist responses
- Also replace questions for checklists
1bc4a92
to
cea11f8
Compare
What does this PR do?
ChecklistField
for the List componentflatten()
logic to handle checklist responses