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.