Search hides calendar dates permanently and breaks calendar grid layout #48
Open
Parvathy-pp wants to merge 1 commit into
Open
Search hides calendar dates permanently and breaks calendar grid layout #48Parvathy-pp wants to merge 1 commit into
Parvathy-pp wants to merge 1 commit into
Conversation
Owner
Owner
|
Additionally, I couldn’t fully understand the implementation. Can you share a short video showing the changes and how it works? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📌 Description
When using the search feature, calendar date cells that do not match the search query were hidden using
display: none. However, when the search input was cleared, some cells did not reappear properly, causing the calendar grid layout to break and missing dates to remain invisible.issue #45
🐛 Bug Fix
Updated the render logic to ensure that hidden cells are properly restored when the search input is cleared.
Now, when the search box is empty, all calendar date cells are displayed normally, and the calendar grid layout remains intact.
Screenshots
During the search

After the search

Month Switching

✅ Result
🧪 How to Test