OnBlur does not work on numeric boxes? (Still?)

2024.2 here. Did an OnBlur event on a text box; all good. Tried on a numeric box and absolutely nuthin. Deleted, readded, rolled layer back to a prior version, etc.

Then I see I am not alone here and it is an existing PRB.

So is it still broken in 2025.2, for example? That PRB implies it is not fixed, but occasionally they fix issues and don’t clean up those PRBs.

I just tested a numeric box onBlur in my Pilot 2025.2.16… worked fine there.

I had previously switched a bunch of mine over to ColumnChanged events to get around the onBlur issue. But it seems to work now.

I like “OnBlur,” but I guess it’s not as critical as I feared.

For today, anyway, since my control is bound, I just triggered off of the DataTable/Column-Changed. (So my event name is a bit of a lie.)

So yeah, it’s another workaround. It’s just SO much easier to just click the “On Blur” button and have the event made with the trigger already.

Funny thing, though. Since I kept the event name the same, that button does still open it, even with an unrelated trigger. It must go purely off of the naming convention.

I’m right there with you after that particular debacle… and it wasn’t just numeric boxes. Initially it was ALL onBlurs. The below are all textboxes.

:laughing:

Oh no.

I tried - just to test it - on a textbox and it was fine. I mean, I am sure I have used onBlur before for something.

So is it MORE broken in your version??

No, that was a good while ago. I had textbox onBlurs that broke so I switched them all over to ColumnChanged events.

But both textboxes and numeric boxes seem to work okay in 2025.2.16. Could have been fixed prior to this… that’s just what I have to test with at the moment.

Oh wow, I didn’t see your first reply. It was literally the same minute as mine - I have noticed that happens to me on this site at times, where it just does not appear until a refresh. So I look like I am restating what you said… because I am.

It’s not my fault!