-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat(datetime-picker): replace input with datetimeField #408
base: v7
Are you sure you want to change the base?
feat(datetime-picker): replace input with datetimeField #408
Conversation
Deploying with Cloudflare Pages
|
* feat(datetime-field): make locale function public * feat(datetime-picker): refactor element * refactor(datetime-field): make resolveLocale function reusable * feat(phrasebook): add datetime-picker strings * feat(utils): add format checks to Locale object
…ime-picker-with-datetime-field # Conflicts: # package-lock.json # packages/elements/src/datetime-picker/__test__/datetime-picker.value.test.js # packages/elements/src/datetime-picker/index.ts
@@ -48,7 +65,7 @@ | |||
} | |||
|
|||
&[range] { | |||
ef-text-field { | |||
ef-datetime-field { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be better if we style this with part selector ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it should follow other elements and use part selector.
SonarCloud Quality Gate failed. |
Due to the following concerns, this change would be revisit in the next major release instead.
|
Happy Anniversary! |
Description
Integrate datetime-field with datetime-picker
Tasks
Type of change
Checklist