Skip to content

Commit bfe0aca

Browse files
authored
Merge pull request #8 from panda12530/sig
fix(react-native-material-textfield):设置文本后无法删除
2 parents 28f2013 + 300e171 commit bfe0aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/field/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ export default class TextField extends PureComponent {
292292

293293
let value = this.isDefaultVisible()?
294294
defaultValue:
295-
this.props.value;
295+
text;
296296

297297
if (null == value) {
298298
return '';

0 commit comments

Comments
 (0)