mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-03-26 09:14:15 +08:00
[fix] Picker doesn't pass 'onValueChange' to DOM node
Fix #1104 Close #1107
This commit is contained in:
committed by
Nicolas Gallagher
parent
f196335281
commit
ef97adec6e
@@ -59,6 +59,7 @@ class Picker extends Component<Props> {
|
||||
itemStyle,
|
||||
mode,
|
||||
prompt,
|
||||
onValueChange,
|
||||
/* eslint-enable */
|
||||
...otherProps
|
||||
} = this.props;
|
||||
|
||||
Reference in New Issue
Block a user