-
Notifications
You must be signed in to change notification settings - Fork 174
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
Use Byline component for user settings dialog #1958
Use Byline component for user settings dialog #1958
Conversation
…ser settings window
…ser settings window html
…ce working for selected item
…lianaMunich/luigi into 1921-add-byline-to-usersettings-dialog
Other than some small comments, LGTM 👍 |
Co-authored-by: Ndricim Rrapi <ndricim.rrapi@sap.com>
Co-authored-by: Stanley Hsu <stanleyhsu1984@gmail.com>
core/src/UserSettingsDialog.html
Outdated
export function handleKeyUp(event, index) { | ||
if ( | ||
event.keyCode === KEYCODE_ENTER || | ||
(KEYCODE_SPACE && event.keyCode !== KEYCODE_TAB) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks strange here. KEYCODE_SPACE
is a number.
Did you mean event.keyCode === KEYCODE_SPACE
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for pointing this out, somehow the brackets were in the wrong place. Fixed that
…lianaMunich/luigi into 1921-add-byline-to-usersettings-dialog
Fixes #1921
Specs:
FIORI 3:https://wiki.wdf.sap.corp/wiki/display/visualcore/List+%28Fiori+3%29+-+Standard+List+with+Byline
FD Styles: https://sap.github.io/fundamental-styles/?path=/docs/components-list-byline--standard
Keyboard interaction:
https://cxwiki.sap.com/display/luigi/Fiori+Keyboard+Interaction