Files
windmill/frontend/src/lib/components/workspaceSettings
GuilhemandClaude Opus 4.6 4aa1f01210 refactor: replace Select placeholder hack with autocomplete model
Replace the bind:value getter/setter and placeholder-as-display hack with
a standard controlled input pattern (value={inputValue} + oninput handler).

- Remove showPlaceholderOnOpen prop (replaced by default behavior)
- Add allowUserInput prop: typed text syncs to value in real-time
- Separate rawLabel (for filtering) from displayText (for transformed display)
- Hide dropdown when no items match in allowUserInput mode
- Simplify AddUser to use allowUserInput instead of createText/onCreateItem

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 14:51:06 +00:00
..
2026-02-11 06:27:21 +00:00
2026-02-11 06:27:21 +00:00
2026-02-11 06:27:21 +00:00
2025-12-05 23:08:58 +00:00