mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-13 20:24:53 +00:00
feat: add hideIcon and class options to List search, customize search modal input
This commit is contained in:
@@ -136,7 +136,7 @@ export function DialogSelectFile() {
|
||||
return (
|
||||
<Dialog title="Search">
|
||||
<List
|
||||
search={{ placeholder: "Search files and commands", autofocus: true }}
|
||||
search={{ placeholder: "Search files and commands", autofocus: true, hideIcon: true, class: "px-3" }}
|
||||
emptyMessage="No results found"
|
||||
items={items}
|
||||
key={(item) => item.id}
|
||||
|
||||
Reference in New Issue
Block a user