Skip to content

Document BitSelectItem value binding issue for GitHub tracking#81

Merged
albx merged 1 commit intofeature/38-select-componentfrom
copilot/sub-pr-78-another-one
Feb 10, 2026
Merged

Document BitSelectItem value binding issue for GitHub tracking#81
albx merged 1 commit intofeature/38-select-componentfrom
copilot/sub-pr-78-another-one

Conversation

Copy link
Contributor

Copilot AI commented Feb 10, 2026

Code review identified that BitSelectItem renders <option value="@Value"> directly, causing binding failures with InputSelect for non-string types (culture-specific ToString()), nullable values (omitted value attribute), and round-trip conversion mismatches.

Created comprehensive issue documentation covering:

  • Root cause: Direct value rendering vs. BindConverter.FormatValue()
  • Reproduction scenarios for nullable types and culture-dependent formatting
  • Suggested fix with code example

The issue description is ready for @albx to create a GitHub issue for proper tracking and prioritization.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI mentioned this pull request Feb 10, 2026
Copilot AI changed the title [WIP] Update select component implementation based on feedback Document BitSelectItem value binding issue for GitHub tracking Feb 10, 2026
Copilot AI requested a review from albx February 10, 2026 21:28
@albx albx marked this pull request as ready for review February 10, 2026 21:47
@albx albx merged commit 3b98cb0 into feature/38-select-component Feb 10, 2026
2 checks passed
@albx albx deleted the copilot/sub-pr-78-another-one branch February 10, 2026 21:47
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.

2 participants