You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Set the client instance size to 700px
Add components as necessary
Add datepicker as the last component
Run application locally
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:
Issue spotted in bottom of iframe (no update button visible or accessible):
Additional context
This may be a limitation to the component or my ability to code the component correctly.
The text was updated successfully, but these errors were encountered:
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:
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:
Issue spotted in bottom of iframe (no update button visible or accessible):
Additional context
This may be a limitation to the component or my ability to code the component correctly.
The text was updated successfully, but these errors were encountered: