Setup: A series of inputs populated by an array element. When the input is changed, the array is updated with the new value.
The issue: The input loses focus when the array is updated.
Is it possible for the input to retain focus?
Screen Recording 2021-07-01 at 7.39.01 AM
The reason I am using the changed event, is because of a related issue.
The same series of inputs, but with on blur event for the update instead of on changed:
When clicking into a new input, the blur performs the update properly, but the destination input requires a second click in order to set focus.
Is it possible for the destination input to be focused?
Screen Recording 2021-07-01 at 7.39.56 AM
Community Page
Last updated:
Last updated: