Skip to content

Commit 9409cb2

Browse files
committed
fix(vue-demo): fix waterfall Platform judgement
1 parent cf24745 commit 9409cb2

File tree

1 file changed

+1
-0
lines changed
  • examples/hippy-react-demo/src/components/TextInput

1 file changed

+1
-0
lines changed

examples/hippy-react-demo/src/components/TextInput/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ export default class TextInputExpo extends Component {
109109
style={styles.input_style}
110110
keyboardType="password"
111111
placeholder="Password"
112+
multiline={false}
112113
/>
113114
{renderTitle('maxLength')}
114115
<TextInput

0 commit comments

Comments
 (0)