Here is the jsfiddle link. I have sap.m.Input as renderer within sap.m.Table. I need to write some code on blur event but it is not working, however it was found working for focusout event but still I would like to know why it is not working from blur. One possible explanation is blur does not bubble event but focusout does. With sap.m.Input control, input tag is inside div and hence div does not receive the blur event but there has to be a way, any ideas here?
↧