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
-
Currently
MRT_EditCellTextInput.tsx
is creating a bunch of temporary variables which are being passed to the inbuilt components likeTextInput
,Select
andMultiSelect
. Unfortunately thesecommonProps
are not being passed to a customEdit
component, 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