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

IBX-8554: Added checks if flatpickrDate and this.flatpickrConfig.minDate exists #1305

Merged
merged 2 commits into from
Aug 1, 2024

Conversation

mateuszdebinski
Copy link
Contributor

@mateuszdebinski mateuszdebinski commented Jul 26, 2024

🎫 Issue IBX-8554

Description:

For QA:

This PR should be tested with #1303

Documentation:

@mateuszdebinski mateuszdebinski added Bug Something isn't working Ready for review labels Jul 26, 2024
@mateuszdebinski mateuszdebinski requested a review from a team July 26, 2024 08:12
@mateuszdebinski mateuszdebinski self-assigned this Jul 26, 2024
@mateuszdebinski mateuszdebinski changed the base branch from main to 4.6 July 26, 2024 08:13
@@ -17,7 +17,6 @@ class DateTimePicker {
this.inputField = this.fieldWrapper.querySelector('.ibexa-date-time-picker__input');
this.actionsWrapper = this.fieldWrapper.querySelector('.ibexa-input-text-wrapper__actions');
this.calendarBtn = this.actionsWrapper.querySelector('.ibexa-input-text-wrapper__action-btn--calendar');
this.clearBtn = this.fieldWrapper.querySelector('.ibexa-input-text-wrapper__action-btn--clear');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should add a listener to this button and not remove it because in HTML this button is rendered
Screenshot 2024-07-26 at 14 39 16

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is some remnant from version 4.2.2 where we added some classes to this button. "x" Still works without it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lucasOsti lucasOsti requested review from GrabowskiM and dew326 July 26, 2024 12:40
@mateuszdebinski mateuszdebinski force-pushed the IBX-8554_console_errors_when_editing_eztime_field branch from 1ecf3c8 to 6cdbc46 Compare July 30, 2024 10:00
Copy link

@barbaragr barbaragr self-assigned this Jul 30, 2024
@dew326 dew326 merged commit 3680f12 into 4.6 Aug 1, 2024
25 checks passed
@dew326 dew326 deleted the IBX-8554_console_errors_when_editing_eztime_field branch August 1, 2024 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working QA approved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants