File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
packages/lib/src/data-grid Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1145,4 +1145,9 @@ export const DataGridSortedExpanded: Story = {
11451145
11461146export const UnknownUniqueId : Story = {
11471147 render : DataGridUnknownUniqueRowId ,
1148+ play : async ( { canvasElement } ) => {
1149+ const canvas = within ( canvasElement ) ;
1150+ const editorCell = canvas . getAllByText ( "Task 1" ) [ 0 ] ;
1151+ editorCell && ( await userEvent . dblClick ( editorCell ) ) ;
1152+ } ,
11481153} ;
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ const DataGridContainer = styled.div<{
100100 .rdg-text-editor:focus {
101101 border-color: transparent;
102102 background-color: transparent;
103+ color: ${ ( props ) => props . theme . dataFontColor } ;
103104 }
104105 }
105106 .rdg-header-row {
You can’t perform that action at this time.
0 commit comments