Skip to content

fix(ui): apply initial select getter#188

Merged
linkdata merged 2 commits into
mainfrom
fix/177-select-initial-getter
Jul 20, 2026
Merged

fix(ui): apply initial select getter#188
linkdata merged 2 commits into
mainfrom
fix/177-select-initial-getter

Conversation

@linkdata

Copy link
Copy Markdown
Owner

Summary

  • apply the select handler getter after successful initial option rendering
  • share the post-options value application between render and update paths
  • cover empty selections, custom handlers, render failures, and update ordering

Fixes #177

Testing

  • go test -race ./...
  • go test -race -run '^TestSelectWidget' -count=10 ./lib/ui
  • git diff --check

@linkdata
linkdata marked this pull request as ready for review July 20, 2026 17:17
@linkdata
linkdata merged commit f3d6d7d into main Jul 20, 2026
7 checks passed
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.

Select ignores its getter during initial rendering

1 participant