Show clear text button

This commit is contained in:
Violet Caulfield
2025-01-24 22:26:22 -06:00
parent 30e1c38a5e
commit d94f50ff71
+1
View File
@@ -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"
/>
)
}