fix(snippets): disable autocapitalize/autocorrect on create/edit form…#462
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the DefaultView.svelte file in the snippets feature by adding autocapitalize="none", autocomplete="off", autocorrect="off", and spellcheck="false" attributes to the snippet name, keyword, and expansion input fields. These changes prevent unwanted browser auto-corrections and suggestions during snippet creation. There are no review comments to address, and the changes look appropriate.
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.
… fields