Context
This follow-up task was identified during the review of PR #292.
Source PR: #292
Suggested by: @claude[bot]
Task Description
The Searchable dropdown still has Open bool (intentionally, since the server controls visibility based on MinChars/results). However, there are no unit tests verifying that class="... open" is emitted when Searchable.Open = true.
This is the one component where server-side Open still matters, so it should have explicit test coverage.
This issue was automatically created from PR #292 review comments.
Context
This follow-up task was identified during the review of PR #292.
Source PR: #292
Suggested by: @claude[bot]
Task Description
The
Searchabledropdown still hasOpen bool(intentionally, since the server controls visibility based onMinChars/results). However, there are no unit tests verifying thatclass="... open"is emitted whenSearchable.Open = true.This is the one component where server-side
Openstill matters, so it should have explicit test coverage.This issue was automatically created from PR #292 review comments.