filter
This commit is contained in:
parent
209e521adc
commit
0be43ace89
|
|
@ -94,8 +94,8 @@ export const FilterField: FC<{
|
|||
spellCheck={false}
|
||||
className="c-flex-1 c-transition-all c-bg-transparent c-outline-none c-px-2 c-text-sm c-w-full"
|
||||
onChange={(e) => {
|
||||
console.log("HALO")
|
||||
field.fm.data[name] = e.currentTarget.value;
|
||||
field.fm.render();
|
||||
clearTimeout(internal.search_timeout);
|
||||
internal.search_timeout = setTimeout(() => {
|
||||
filter.form?.submit();
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { fetchLinkParams, parseLink } from "lib/comps/form/field/type/TypeLink";
|
||||
import { fetchLinkParams, parseLink } from "lib/utils/fetch-link-params";
|
||||
import { MDLocal } from "./typings";
|
||||
import { BreadItem } from "lib/comps/custom/Breadcrumb";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue