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

fix(DateInput, DateInput3): use flex layout to display rightElement #6372

Merged
merged 1 commit into from
Sep 7, 2023

Conversation

adidahiya
Copy link
Contributor

Fixes #6371

Checklist

  • Includes tests
  • Update documentation

Changes proposed in this pull request:

Add flex styles around DateInput's rightElement to fix the linked styling bug. Also update order of DOM elements so that the timezone picker displays after the user-specified props.rightElement.

Same fix has also been applied to DateInput3.

Reviewers should focus on:

No regressions.

Screenshot

image

@adidahiya
Copy link
Contributor Author

fix(DateInput, DateInput3): use flex layout to display rightElement

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

@adidahiya adidahiya merged commit 43fbb54 into develop Sep 7, 2023
12 checks passed
@adidahiya adidahiya deleted the ad/fix-date-input-right-element-layout branch September 7, 2023 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DateInput rightElement displays in the wrong location when TimezoneSelect is enabled
1 participant