ui-grid-edit-dropdown is blured when cell is begun editing
#6,202 建立於 2017年5月6日
描述
Hello, guys.
I have faced with such a problem: the select of my items is shown when I dblclick on the cell, after that it disappears when I click on the select. Just to monitor that I set click and blur events on the select element and when I click on it the blur event happens just right after that.
here is the cell option
{ cellTemplate: '<div>{{ row.entity.deviceType }}</div>', displayName: this.$filter('prefixTranslate')('device_type', 'devices'), field: 'deviceType', key: 'deviceType', name: 'column_device_type', height: 40, width: '10%', enableCellEdit: true, editableCellTemplate:
, editDropdownValueLabel: 'id', editDropdownOptionsArray: [ { id: 'something' } ] },
I have searched for this problem but there is nothing I can do.
Couldn't you tell whether it's a bug or not and how can I fix that?
Thank you and good luck!