2
Input field - onBlur has no effect when button tapped
planned
C
Chris Revell
App - 412887
Issue: Component onBlur does not trigger when a button is tapped.
Example: Have an Input Field with onBlur logic which sets a page variable to round to 1 decimal place.
The onBlur doesn't trigger when tapping a button and will only take effect when tapping another input field or the page.
The onBlur logic should trigger for the input field when a button is pressed.
Log In
T
Timo Kapanen
planned
C
Chris Revell
In addition, I've attempted to apply 'Unfocus input' flow logic on the button to trigger the rounding however this too has no effect.
T
Timo Kapanen
Hi Chris Revell and thanks for your report. I am able to reproduce the onBlur event issue with button and we have added that to our development backlog. Unfocus input has a known issue and it works only with primitive component but with input field. I suppose that is the latter issue you are seeing. So possible workaround could be to use primitive input instead of input field. BR, Timo