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 date selector. Simplifies logic and removes unused code. dateIsSi… #175

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

iccole
Copy link
Contributor

@iccole iccole commented Jan 14, 2025

…gnificant at the moment always returns false causing an early return b/c the value is not set and has no previously selected value. Update to combobox select .prev('select') fixes the change in the composing of the combobox to ensure the select target is correct (now it's a span following the select whereas it was a class on the select element)

…gnificant at the moment always returns false causing an early return b/c the value is not set and has no previously selected value. Update to combobox select .prev('select') fixes the change in the composing of the combobox to ensure the select target is correct (now it's a span following the select whereas it was a class on the select element)
@iccole iccole merged commit 8607b36 into master Jan 14, 2025
2 checks passed
@jcowey jcowey mentioned this pull request Jan 14, 2025
@iccole iccole deleted the hot-fix/fix-date-option-selector branch January 15, 2025 19:52
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.

1 participant