mirror of
https://github.com/Jellify-Music/App.git
synced 2026-05-12 14:28:46 -05:00
Show clear text button
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user