From d94f50ff71bd837c7b69de7f68bd431e66b2da15 Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Fri, 24 Jan 2025 22:26:22 -0600 Subject: [PATCH] Show clear text button --- components/Global/helpers/input.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/Global/helpers/input.tsx b/components/Global/helpers/input.tsx index 897fbcdd..9f3d1cc8 100644 --- a/components/Global/helpers/input.tsx +++ b/components/Global/helpers/input.tsx @@ -21,6 +21,7 @@ export default function Input(props: InputProps): React.JSX.Element { value={props.value} flexGrow={props.flexGrow ? 1 : "unset"} secureTextEntry={props.secureTextEntry} + clearButtonMode="always" /> ) } \ No newline at end of file