We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e3d40 commit 72142f1Copy full SHA for 72142f1
experiments-app/src/Experiments/TextInputEvents.tsx
@@ -9,7 +9,7 @@ const handleBlur = buildEventLogger('blur');
9
const handleChange = buildEventLogger('change');
10
11
export function TextInputEvents() {
12
- const [value, setValue] = React.useState('');
+ const [value, setValue] = React.useState('Regular TextInput');
13
14
const handleChangeText = (value: string) => {
15
setValue(value);
0 commit comments