Skip to content

fix #156: SearchTextField disappearing on empty list using expansion …#158

Merged
koukibadr merged 1 commit intokoukibadr:mainfrom
julien-levarlet:fix/text_field_disappearing
Dec 2, 2025
Merged

fix #156: SearchTextField disappearing on empty list using expansion …#158
koukibadr merged 1 commit intokoukibadr:mainfrom
julien-levarlet:fix/text_field_disappearing

Conversation

@julien-levarlet
Copy link
Contributor

@julien-levarlet julien-levarlet commented Nov 27, 2025

This fixes the behavior of SearchableList.expansion when the list of items is empty (fixes #156). The behavior was inconsistent compared to the other constructors.

Before :
When the list is empty, displays only the emptyWidget

Now :
When the list is empty, leave the SearchTextField on top and displays the emptyWidget under it

@koukibadr koukibadr self-requested a review December 2, 2025 06:20
@koukibadr
Copy link
Owner

@julien-levarlet thank you for this update, I've tested it and it works well good job

@koukibadr koukibadr merged commit ac566a5 into koukibadr:main Dec 2, 2025
3 checks passed
@julien-levarlet julien-levarlet deleted the fix/text_field_disappearing branch December 7, 2025 11:33
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.

SearchableList<Actor>.expansion input text field disappear when filterExpansionData is empty

2 participants