You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 8, 2020. It is now read-only.
When I scroll a list of rows containing input fields, the focused input field does not move with its row. Instead the dom node that is being re-used (and had its model change to reflect another row) holds on to the focus state.
As a consumer of this library it would be nice not to be concerned with this problem such that the virtualization is hidden from me. Would this be a reasonable case to support? I understand there could be a number of complexities around changing focus and potentially suppressing events, or should the library accept this limitation?