-
Notifications
You must be signed in to change notification settings - Fork 272
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
feat: make input-based components open dialog on mobile device #1144
Merged
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
1e1f30c
WIP(ui5-responsive-popover): initial implementation
dimovpetar cc6bd0e
move footer buttons to ui5-responsive-popover and reveal them through…
dimovpetar 7e06462
make MultiComboBox use ResponsivePopover
dimovpetar 28f21d7
Make DatePicker use ResponsivePopover
dimovpetar 81641dc
fix Input suggestion selection on desktop
dimovpetar b345edb
make header title "Select" translatable text
dimovpetar 30b0311
fix Calendar cells' width on mobile
dimovpetar 6d1ba1a
delete ResponsivePopover.html
dimovpetar 1678228
add ui5-combobox to InputAlignments.html
dimovpetar 9955cab
make all inputs open dialog on click event on mobile
dimovpetar 1333f6a
fix MultiComboBox closing when when there is no matching value on mobile
dimovpetar f5dba51
make TabContainer use ResponsivePopover
dimovpetar e34d8c2
fix eslint errors
dimovpetar 4ee74f1
make ResponsivePopover get styles of Popover child
dimovpetar f004aa0
Merge branch 'master' of github.com:SAP/ui5-webcomponents into respon…
dimovpetar 78f24b9
fix issues with ResponsivePopover after moving to static area
dimovpetar 139683c
extract needed input styles for mobile devices into single file
dimovpetar 201f636
rename InputInPopover.css to ResponsivePopoverInput.css
dimovpetar 974172c
Merge branch 'master' of github.com:SAP/ui5-webcomponents into respon…
dimovpetar 3984d1c
ui5-combobox, ui5-multicombobox - improved initial focus on mobile de…
dimovpetar a7cc29a
fix ui5-multi-combobox suggestions' down state
dimovpetar e6fb842
remove workaround for ui5-input and fix selection behavior
dimovpetar a13f425
return workaround for ui5-input on focus out
dimovpetar f115505
remove unneeded styles and attributes for input on mobile
dimovpetar f315d6c
blur inputs on mobile devices after dialog close
dimovpetar 4c18d48
make ResponsivePopover extend Popover
dimovpetar 90171af
make confirm button type "Transparent"
dimovpetar 8f03d7b
make ui5-datepicker blur after dialog close on mobile
dimovpetar c36cf4d
make ui5-datepicker blur after dialog close on mobile
dimovpetar 8309bb5
Merge remote-tracking branch 'refs/remotes/origin/responsive_popover'…
dimovpetar c5c3681
add toggle filtering on ui5-multi-combox on mobile
dimovpetar 12aee11
fix ComboBox autocompletion on phone
dimovpetar cf56f08
don't open dialog on click if "readonly" is set
dimovpetar cbf1af3
delete properties from ResponsivePopover and use slots
dimovpetar 9194d67
Merge branch 'master' of github.com:SAP/ui5-webcomponents into respon…
dimovpetar 3cc23fe
resolve problem with StaticArea getter merging
dimovpetar 21add3a
adress comments
dimovpetar c6a8f70
add comments why "blur" is needed after close
dimovpetar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,5 +32,6 @@ | |
></ui5-icon> | ||
{{/unless}} | ||
</ui5-input> | ||
|
||
<slot name="formSupport"></slot> | ||
</div> |
Oops, something went wrong.
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.
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.
A little odd, what is the reason for "this.blur()", it is being opening again or?
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 is to close the device keyboard and prevent focus to stay in the ui5-combobox, so that the user can't write in it. The user should only be able to write in the dialog's input