Merge pull request #7075 from Lyall-A/spellcheck-custom-css

Disable spellcheck on custom CSS textbox
This commit is contained in:
Lyall
2025-08-14 21:04:30 +01:00
committed by GitHub
parent 7740c5d61a
commit 68e338c113

View File

@@ -292,6 +292,7 @@ export const Component = () => {
name={BrandingOption.CustomCss}
label={globalize.translate('LabelCustomCss')}
helperText={globalize.translate('LabelCustomCssHelp')}
spellCheck={false}
value={brandingOptions?.CustomCss}
onChange={setBrandingOption}
slotProps={{