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
fix: editInputRefs assignment for select textfields (#1339)
When the edit cell textfield is configured as a select the ref returns an object with a node property that holds the input element as value.
Therefore the assignment is adjusted with a condition to get the input element correct.
Fixes: #1245
0 commit comments