diff --git a/src/pickerson/PickerColumn.js b/src/pickerson/PickerColumn.js index 1e8a8188f..1890aad1c 100644 --- a/src/pickerson/PickerColumn.js +++ b/src/pickerson/PickerColumn.js @@ -201,8 +201,8 @@ export default createComponent({ }, getOptionText(option) { - if (isObject(option) && isDef(_get(option, this.textField))) { - return _get(option, this.textField); + if (isObject(option)) { + return _get(option, this.textField) || ''; } return option; @@ -308,7 +308,7 @@ export default createComponent({ return (