From e2ff7b7c846fa97b56d6bd36192329dd8f485af0 Mon Sep 17 00:00:00 2001 From: fragosti Date: Thu, 1 Nov 2018 18:55:37 -0700 Subject: feat: add basic token search functionality --- packages/instant/src/components/ui/input.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/instant/src/components/ui') diff --git a/packages/instant/src/components/ui/input.tsx b/packages/instant/src/components/ui/input.tsx index 65cf838b0..a884ff7cb 100644 --- a/packages/instant/src/components/ui/input.tsx +++ b/packages/instant/src/components/ui/input.tsx @@ -9,6 +9,7 @@ export interface InputProps { fontSize?: string; fontColor?: ColorOption; placeholder?: string; + onChange?: (event: React.ChangeEvent) => void; } export const Input = -- cgit v1.2.3