Skip to content

Conversation

@luk-dushaj
Copy link

I looked into issue #975 and traced the problem to how the SearchBar expansion state was being handled.

Both the SearchBar and its inputField were configured with expanded = true. This appears to cause the SearchBar to start in an already-expanded state, which results in the search UI being present but not visibly rendered.

Setting SearchBar(expanded = false) while leaving expansion controlled by the inputField restores the expected behavior: the SearchBar is visible in its collapsed state and expands correctly on interaction.

This change only adjusts the initial expansion state and does not alter any search logic.

I looked into issue spacecowboy#975 and traced the problem to how the SearchBar expansion state was being handled.

Both the SearchBar and its inputField were configured with expanded = true. This appears to cause the SearchBar to start in an already-expanded state, which results in the search UI being present but not visibly rendered.

Setting SearchBar(expanded = false) while leaving expansion controlled by the inputField restores the expected behavior: the SearchBar is visible in its collapsed state and expands correctly on interaction.

This change only adjusts the initial expansion state and does not alter any search logic.
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