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