Hi,
I’m trying to extend SelectEditor in my Angular project to improve it in two points:
- First open directly at click the editor to save one click to edit value (I found a workaround with onAfterOnCellMouseUp callback but would like to clean it)
- Being able if del key is pressed to erase the value.
But I’m a bit lost in inheritance of Editors in angular.
Thanks in advance.
Nikolas