cancel
Showing results for 
Search instead for 
Did you mean: 

Issue when incrementing a Table Cell type Number

rogerio_ribeiro2
Explorer
0 Kudos

Dear experts,

I am facing a problem when pressing arrow up and down, in table cells with type sap.m.InputType.Number.

Previously, if user has pressed these arrows in keyboard, the cursor kept in the same cell, incrementing up or down accordingly with the key.

However, in the last month, it only increments once and then changes to next cell and don't fire events "change" and "liveChange". So, it isn't possible the user keeps incrementing with keyboard, once the cursor changes for another above or below.

I've tried to implement other events such as onkeydown, onkeyup and go on, however it looks like it is incrementing some layers below (I've attached a print screen).

Lastly, my template has as implemented events cellClick, liveChange, change, dblclick and click. I've already commented all of them to check if they were affecting in some way, but not, the same.

Would you know how could I solve it? Could be not incrementing any time (but it should be a number type), or keep incrementing but not leave the cell.

Thanks

Rogerio

Accepted Solutions (0)

Answers (2)

Answers (2)

rogerio_ribeiro2
Explorer
0 Kudos

would someone know?

rogerio_ribeiro2
Explorer
0 Kudos

Dear mentors,

would you know how to solve it, please?