Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Document vertical tabs input properties #1840

Closed
blackbaud-johnly opened this issue Jul 19, 2018 · 1 comment
Closed

Document vertical tabs input properties #1840

blackbaud-johnly opened this issue Jul 19, 2018 · 1 comment
Assignees

Comments

@blackbaud-johnly
Copy link
Contributor

blackbaud-johnly commented Jul 19, 2018

#1798. Document tabId, ariaControls, ariaInvalid, ariaRequired, and ariaRole properties.

New inputs on the SkyVerticalTabComponent:
tabId - An identifier for a vertical tab. This can be set if you need a primary identifier for your tab.
ariaControls - Should be set to the id of the vertical tab content pane that this tab controls.
ariaRole - Should be set to the aria-role of the tab. Defaults to "tab".
ariaInvalid - If your tabset is part of a form, this can be used to show that the values in this tab's content pane are invalid.
ariaRequired - If your tabset is part of a form, this can be used to show that the values in this tab are required for the form to be complete.

@blackbaud-johnly
Copy link
Contributor Author

Addressed in blackbaud/skyux2-docs#227.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants