mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-09 14:12:34 +01:00
🎨 Turn off autocomplete and spellcheck in the search input box https://github.com/siyuan-note/siyuan/issues/16031
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
a9aeda5d9a
commit
1804a2e7d2
2 changed files with 2 additions and 2 deletions
|
|
@ -717,7 +717,7 @@ export const popSearch = (app: App, searchConfig?: any) => {
|
|||
<svg class="svg--mid"><use xlink:href="#iconSearch"></use></svg>
|
||||
<svg class="svg--smaller"><use xlink:href="#iconDown"></use></svg>
|
||||
</span>
|
||||
<input id="toolbarSearch" placeholder="${window.siyuan.languages.showRecentUpdatedBlocks}" class="toolbar__title fn__block" autocomplete="off" spellcheck="false">
|
||||
<input id="toolbarSearch" placeholder="${window.siyuan.languages.showRecentUpdatedBlocks}" class="toolbar__title fn__block" autocomplete="off" autocorrect="off" spellcheck="false">
|
||||
<svg id="toolbarSearchNew" class="toolbar__icon"><use xlink:href="#iconFile"></use></svg>
|
||||
</div>`,
|
||||
html: `<div class="fn__flex-column" style="height: 100%">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue