-
-
Notifications
You must be signed in to change notification settings - Fork 138
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
Picker is cut when component is in overflow:hidden container #130
Comments
What do you mean ? |
Timepicker popup will be cut with the container div. |
Try to move out from div |
Нет, капитан. |
Also has an issues with |
I'll add possibility to bind timepicker to an input. Without overlay |
In the case of binding timepicker to the input can be issues when the parent container has a lower width or height, so it will cut off timepicker. Therefore this also should be done via global overlay. This component also behaves in that way: |
* issue130: + append timepicker to body * * changelog and version * issue203: + set provided min time as the default time if no value is provided * issue204: + configurable style props for editable dial * issue200: + custom buttons for ngx-timepicker-field * issue203: + tests for fromDateTimeToString fn * issue203: + tests for setting min time as a default one * * changelog and version
Done. Now component appends to body as a child element |
Still doesn't work. :( |
@nikiforenkoanton provide with an example on https://stackblitz.com pls, because I cannot reproduce it |
Already reproduced the bug. Will fix it soon |
Thank you a lot. There was a problems with reproducing it on stackblitz due to dependencies issues (something wrong with luxon). |
Fixed (I hope). Update to v.5.1.1 |
Works as expected, great job! |
Can you make the popup appended to body?
The text was updated successfully, but these errors were encountered: