You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. In many of our designs, the designer is adding the option to inline-edit items of a combobox/listbox. Usually, that would trigger a Dialog with an edit form or a delete confirmation.
Example - items have inline options to "Edit" and "Delete"
How would I structure my component so that this is usable in ARIA-compliant manner?
If this is already possible, please let me know how. 🙏
Thank you.
Additional information
I intend to submit a PR for this feature.
I have already implemented and/or tested this feature.
The text was updated successfully, but these errors were encountered:
Hey @signor-pedro ! This is abit tricky as w3 doesn't explain for such a case. The link you reference has different ARIA implication (you are expecting to have a button instead of label).
Unfortunately this would require some time to figure out 🙏🏻
Describe the feature
Hi. In many of our designs, the designer is adding the option to inline-edit items of a combobox/listbox. Usually, that would trigger a Dialog with an edit form or a delete confirmation.
Example - items have inline options to "Edit" and "Delete"
How would I structure my component so that this is usable in ARIA-compliant manner?
If this is already possible, please let me know how. 🙏
Thank you.
Additional information
The text was updated successfully, but these errors were encountered: