fix: arama kutusundaki çift çarpı butonu düzeltildi (type=text)
All checks were successful
Build MIPS Binary / build (push) Successful in 5m16s

This commit is contained in:
spinline
2026-02-10 23:59:40 +03:00
parent d8a9e9e137
commit fa248d87ae

View File

@@ -43,7 +43,7 @@ pub fn Toolbar() -> impl IntoView {
<path stroke-linecap="round" stroke-linejoin="round" d="m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z" /> <path stroke-linecap="round" stroke-linejoin="round" d="m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z" />
</svg> </svg>
<Input <Input
input_type="search" input_type="text"
placeholder="Search..." placeholder="Search..."
value=MaybeProp::derive(move || Some(store.search_query.get())) value=MaybeProp::derive(move || Some(store.search_query.get()))
on_change=Callback::new(move |val: String| store.search_query.set(val)) on_change=Callback::new(move |val: String| store.search_query.set(val))