Closed
Conversation
Contributor
|
Netlify Draft Deployment |
a509d84 to
b193998
Compare
… components Refs: #8358
…ntation - Deprecated the _tabIndex property in various components (input-password, input-radio, input-range, input-text, link-button, link, popover-button, select, single-select, split-button, textarea) to encourage using the default tabIndex on host elements. - Updated related documentation to reflect the changes and indicate that the property will be removed in the next major version. - Adjusted shadow DOM configurations for link-button, link, and split-button components to simplify shadow root settings. - Updated snapshots in tests to align with the removal of shadowrootdelegatesfocus attribute. - Modified sample scenarios to remove tabIndex from disabled components and ensure proper usage. Refs: #8358
b193998 to
2e4245f
Compare
BF150
commented
Sep 25, 2025
| /** | ||
| * Defines which tab-index the primary element of the component has. (https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex) | ||
| * | ||
| * @deprecated We prefer to use it on the host element with the default tabIndex. Please make sure not to use tabIndex for disabled elements. The property will be removed in the next major version. |
Contributor
Author
There was a problem hiding this comment.
Der normale Tabindex wird nach meinem Verständnis nicht funktionieren wie erwartet, da er die umgebende Komponente verändert nicht die innere (html input, button und so weiter).
Deswegen hab ich den _tabIndex in allen inputs hinzugefügt, damit der nach innen weiter gereicht wird.
Hast du einen Plan wie der normale tabindex nach innen kommen soll, ohne delegatesFocus?
$ Refs: #8358
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
changed components: