We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
undefined
1 parent 94888da commit 0efcfd6Copy full SHA for 0efcfd6
addon/components/x-select.js
@@ -301,7 +301,7 @@ export default Component.extend(Evented, {
301
},
302
303
setOption(selection, selected, notify) {
304
- let { option, value, label } = this.retrieveOption(selection);
+ let { option, value, label = '' } = this.retrieveOption(selection);
305
306
if (this.get('multiple')) {
307
label = '';
0 commit comments