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
Currently MRT_EditCellTextInput.tsx is creating a bunch of temporary variables which are being passed to the inbuilt components like TextInput, Select and MultiSelect. Unfortunately these commonProps are not being passed to a custom Edit component, which puts unnecessary burden on creating a custom component.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Currently
MRT_EditCellTextInput.tsxis creating a bunch of temporary variables which are being passed to the inbuilt components likeTextInput,SelectandMultiSelect. Unfortunately thesecommonPropsare not being passed to a customEditcomponent, which puts unnecessary burden on creating a custom component.Any objection passing commonProps to the custom component as well under the commonProps key or differently?
Beta Was this translation helpful? Give feedback.
All reactions