Skip to content

fix(ui): reconcile cleared date inputs - #364

Merged
linkdata merged 2 commits into
mainfrom
fix/issue-360-date-clear-reconciliation
Aug 15, 2026
Merged

fix(ui): reconcile cleared date inputs#364
linkdata merged 2 commits into
mainfrom
fix/issue-360-date-clear-reconciliation

Conversation

@linkdata

Copy link
Copy Markdown
Owner

Summary

  • reconcile a cleared date control with the canonical zero-time representation
  • update peers only when clearing changes the shared bound value
  • cover changed and already-zero clears through the live request loop

Testing

  • go generate ./...
  • go vet ./...
  • gofmt -l .
  • gofumpt -l .
  • staticcheck ./...
  • golangci-lint run
  • gosec ./...
  • go build ./...
  • JAWS_REQUIRE_NODE=1 go test -race -count=1 ./...
  • JAWS_REQUIRE_NODE=1 go test -count=1 ./...
  • linux/386 test binaries cross-compiled for lib/bind and lib/ui

Closes #360

@linkdata
linkdata merged commit 9dd06da into main Aug 15, 2026
7 checks passed
@linkdata
linkdata deleted the fix/issue-360-date-clear-reconciliation branch August 15, 2026 22:19
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.

ui: clearing InputDate leaves the origin inconsistent with zero-time rendering

1 participant