Commit b4a14f7
authored
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: #12451 parent de5b2b1 commit b4a14f7
File tree
1 file changed
+3
-1
lines changed- packages/material-react-table/src/components/inputs
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
114 | 116 | | |
115 | 117 | | |
116 | 118 | | |
| |||
0 commit comments