Skip to content

Commit 43b7145

Browse files
author
mrmrs
committed
Removes autocorrect from add property field
This is a dialog that often obscures inputting text content on safari. The suggestions don't match available chooices and needs to be dismissed before entering content. Removing to improve style panel editing flow.
1 parent 1ebd79b commit 43b7145

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/gui/src/components/primitives/Combobox.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ export function Combobox({
9797
handleFilterItems('')
9898
}
9999
}}
100+
autocorrect='off'
101+
spellcheck='false'
100102
sx={{
101103
WebkitAppearance: 'none',
102104
appearance: 'none',

0 commit comments

Comments
 (0)