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 7cf670e commit bf7778dCopy full SHA for bf7778d
example/storybook/stories/components/primitives/TextArea/value.tsx
@@ -3,9 +3,6 @@ import { TextArea, Box } from 'native-base';
3
4
export const Example = () => {
5
const [textAreaValue, setTextAreaValue] = useState('Value Controlled');
6
- // const demoValueControlledTextArea = (e: any) => {
7
- // setTextAreaValue(e.currentTarget.value);
8
- // };
9
return (
10
<Box alignItems="center" w="100%">
11
<TextArea
0 commit comments