Update BlueComponents.js

This commit is contained in:
Marcos Rodriguez Vélez 2019-03-14 12:23:39 -04:00 committed by Igor Korsakov
parent 1f721f9351
commit 0eb0376fe3

View File

@ -379,7 +379,6 @@ export class BlueFormMultiInput extends Component {
onSelectionChange={this.onSelectionChange}
selection={this.state.selection}
keyboardType={Platform.OS === 'android' ? 'visible-password' : 'default'}
contextMenuHidden
/>
);
}