Skip to content

Commit

Permalink
feat: added multiline example
Browse files Browse the repository at this point in the history
  • Loading branch information
natterstefan committed Aug 21, 2024
1 parent c7fb5e2 commit d9a1e84
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/examples/src/form/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,13 @@ const FormPdf = () => (
>
<Form>
<FormField name="user-details" style={{ flexDirection: 'column' }}>
<Text>TextInput</Text>
<Text>TextInput (multiline)</Text>
<TextInput
name="details"
value="hello"
align="center"
style={{ height: '50px' }}
multiline
style={{ fontSize: 8, height: '100px' }}
/>
</FormField>
</Form>
Expand Down

0 comments on commit d9a1e84

Please sign in to comment.