Fix node catalog preserving type search on autofocus#4319
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces a new selectAllOnFocus property to the TextInput component, defaulting to true, which controls whether text is automatically selected when the input gains focus. The NodeCatalog component is updated to set this property to false for its search input. There are no review comments, and we have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
0HyperCube
left a comment
There was a problem hiding this comment.
It would be more functional if the space was added after the type hint. Currently you either have to manually add the space or you will create an invalid type such as "type:Vector[]jitter".
| export let minWidth = 0; | ||
| export let maxWidth = 0; | ||
| // Tooltips | ||
| // Tooltips |
Fixes #4311
Prevent Node Catalog autofocus from selecting all text so prefilled type search context is preserved while refining results.