Is this select check in MRT_EditCellTextField correct? #948
-
So, in the MRT_EditCellTextField, on line 74, there's an A user would need to override the variant check of line 124 with the select in textFieldProps on line 128, which while a totally valid and functional approach, feels kind of redundant and seemingly removes the purpose of declaring the editVariant at all. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
yeah maybe. Did you notice any present bugs? |
Beta Was this translation helpful? Give feedback.
It's not causing any bugs no, but whatever the original purpose of that if statement was, it is likely no longer being handled.Actually, just noticed that you've since updated the code to handle this, thanks!