Skip to content

Fix combobox dropdown filtering and undefined syncFaceColors#1

Open
CiberNin wants to merge 1 commit intoandrewmccalip:mainfrom
CiberNin:fix/combobox-dropdown-and-color-sync
Open

Fix combobox dropdown filtering and undefined syncFaceColors#1
CiberNin wants to merge 1 commit intoandrewmccalip:mainfrom
CiberNin:fix/combobox-dropdown-and-color-sync

Conversation

@CiberNin
Copy link
Copy Markdown

@CiberNin CiberNin commented Feb 8, 2026

Summary

  • Combobox dropdown fix: _open() now shows all options on focus instead of filtering by the current input value, which previously locked users into seeing only matches for the already-selected value
  • Clear button: Added a × button inside combobox inputs for quick value reset
  • syncFaceColors bug fix: Replaced two calls to undefined syncFaceColors() with syncBatchColor() in heatmap and hole wizard group color pickers (silent ReferenceError)
  • Windows MIME fix: Register correct MIME types for .js/.css to fix module loading on Windows

- Combobox _open() now shows all options on focus instead of filtering
  by the current input value, which previously locked users into seeing
  only matches for the already-selected value
- Add clear (x) button to combobox inputs for quick value reset
- Replace two calls to undefined syncFaceColors() with syncBatchColor()
  in heatmap and hole wizard group color pickers (silent ReferenceError)
- Fix Windows MIME type for .js/.css files (served as text/plain)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@CiberNin
Copy link
Copy Markdown
Author

CiberNin commented Feb 8, 2026

I have lots of other changes on my fork but IDK if you just want all of those in one PR.

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.

1 participant