mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-04-28 12:24:51 +08:00
@@ -103,5 +103,6 @@ StyleSheetValidation.addValidStylePropTypes({
|
||||
pointerEvents: string,
|
||||
tableLayout: string,
|
||||
/* @private */
|
||||
MozAppearance: string
|
||||
MozAppearance: string,
|
||||
WebkitAppearance: string
|
||||
});
|
||||
|
||||
@@ -408,7 +408,7 @@ class TextInput extends Component<*> {
|
||||
const styles = StyleSheet.create({
|
||||
initial: {
|
||||
MozAppearance: 'textfield',
|
||||
appearance: 'none',
|
||||
WebkitAppearance: 'none',
|
||||
backgroundColor: 'transparent',
|
||||
borderColor: 'black',
|
||||
borderRadius: 0,
|
||||
|
||||
Reference in New Issue
Block a user