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

[Bug] - Datepicker does not display correctly if exceeds max iframe height limits #709

Open
lax0248917 opened this issue Oct 24, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@lax0248917
Copy link

Component
Datepicker

Describe the bug
When setting the iframe max height limits to 700px, if the datepicker component exceeds that space with its calendar view, it will not allow you to scroll to access the "Update" button to set the date and/or time.

To Reproduce
Steps to reproduce the current behavior:

  1. Set the client instance size to 700px
  2. Add components as necessary
  3. Add datepicker as the last component
  4. Run application locally
  5. Try to set the date of the last datepicker field, won't be able to access the update button to save the entered date.

Expected behavior
The scroll bars should appear and allow you to scroll down to the bottom of the calendar that appears when clicking into a datepicker fields. Scrolling down to access the update button would then allow the user to set the required date information.

Screenshots
Regular datepicker component working as intended further up the iframe:
image

Issue spotted in bottom of iframe (no update button visible or accessible):
image

Additional context
This may be a limitation to the component or my ability to code the component correctly.

@lax0248917 lax0248917 added the bug Something isn't working label Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant