FIX: Hide context menu

This commit is contained in:
Marcos Rodriguez Vélez 2019-02-27 19:51:07 -05:00 committed by Igor Korsakov
parent b9b94011c4
commit 279f63b9d0

View file

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