diff --git a/PickerMenu.js b/PickerMenu.js index 8946c05..4b8db65 100644 --- a/PickerMenu.js +++ b/PickerMenu.js @@ -1,5 +1,5 @@ // Menu-like Picker variant with keyboard control -// Version 2020-04-27 +// Version 2020-06-22 // License: LGPLv3.0+ // (c) Vitaliy Filippov 2020+ @@ -97,7 +97,7 @@ export default class PickerMenu extends Picker { if (e) { - if (!this.renderInput) + if (!this.props.renderInput) { e.focus(); }