-
Notifications
You must be signed in to change notification settings - Fork 273
feat(ui5-timepicker): implement new component #1172
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(ui5-timepicker): implement new component #1172
Conversation
…ponents into timepicker-implementation
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.
Most of the previous comments are resolved, I found couple of things
- The arrow buttons
Currently the arrow looks like this
But, in openui5 looks like this:
- The width of the pop up
In openui5 no matter the number of sliders (1 or 4) the with of the pop up remains the same, not the case with the current implementation
- How the picker looks on phone
3.1. When I open the picker with the chrome emulator, none of the sliders is opened:
3.2. When I open the picker with the chrome emulator, the sliders should take the full height, but not:
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.
Minor IE regression with OK/Cancel buttons but it's ok for a first merge
Thank you for your contribution! 👏
To get it merged faster, kindly review the checklist below:
Pull Request Checklist