Skip to content
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

fix(ui5-select): prevent selection from cycling #1066

Merged
merged 1 commit into from
Dec 17, 2019

Conversation

ilhan007
Copy link
Member

Background
We stopped the ui5-list from cycling the focus. The ui5-select internally uses a list to display its options, but cycles the selection and there is a mismatch between the selected option and the option on focus.
Now, both the focus and the selection matches and do not cycle (as the sap.m.Select in openui5)

Before
ezgif com-video-to-gif

After
ezgif com-video-to-gif

@ilhan007 ilhan007 merged commit d46be1f into master Dec 17, 2019
@ilhan007 ilhan007 deleted the fix-select-keyboard-cycling branch December 17, 2019 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants