Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Add support for tabindex on focusser input #181

Merged
merged 2 commits into from
Sep 10, 2014
Merged

Add support for tabindex on focusser input #181

merged 2 commits into from
Sep 10, 2014

Conversation

corystevens
Copy link
Contributor

This change adds the ability to specify tabindex on the ui-select
element and have it passed to the focusser input. The tabindex is
removed from the ui-select div after it is applied to the focusser
input.

This change adds the ability to specify tabindex on the ui-select
element and have it passed to the focusser input.  The tabindex is
removed from the ui-select div after it is applied to the focusser
input.
@dimirc
Copy link
Contributor

dimirc commented Sep 9, 2014

LGTM but keep in mind that we now support multiselect, so will be better if we can give support for this feature for both (single and multiple). On multiselect mode, we dont have a focusser since the search input is always visible, so we could just implement same functionality to that input in case its multiple

If the ui-select is in multiple mode, add the tabindex to the
search input instead of the focusser.
@corystevens
Copy link
Contributor Author

Added. I wasnt 100% sure where I should do the query for the searchInput.

dimirc added a commit that referenced this pull request Sep 10, 2014
Add support for tabindex on focusser input
@dimirc dimirc merged commit f1d1a49 into angular-ui:master Sep 10, 2014
@dimirc
Copy link
Contributor

dimirc commented Sep 10, 2014

Thanks

@corystevens corystevens deleted the feat-tabindex-on-focusser branch September 10, 2014 15:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants