-
Notifications
You must be signed in to change notification settings - Fork 218
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
(fix) Address some minor issues with OpenmrsDatePicker overlay #1283
Conversation
This change isn't nearly as big as the Git commit says. Almost all of that seems to be in the Yarn lockfile. |
Size Change: -258 kB (-3.99%) Total Size: 6.2 MB
ℹ️ View Unchanged
|
@ibacher, there's also one more issue I found, which is that the width of the date picker if fixed, and when placing the date picker in compact places, it doesn't squeeze, and hence it makes the container horizontally scrollable. One example of this is in the start visit form on the patient chart. |
@vasharma05 Could you add that as a ticket? |
Requirements
feat
,fix
, orchore
, among others). See existing PR titles for inspiration.For changes to apps
If applicable
Summary
The goal of this PR is to fix a couple of small issues with the OpenmrsDatePicker. Specifically:
See the little GIFs below for what this is fixing.
Screenshots
Before
After
Related Issue
Other
I've also updated to the latest version of react-aria-components and adopted a small set of changes from the updates to the code that is modified from there.