Skip to content

Commit

Permalink
fix(data-grid): correct textFieldProps description in DataGrid docume…
Browse files Browse the repository at this point in the history
…ntation
  • Loading branch information
Amir Ashkan Baghdoust committed Nov 6, 2024
1 parent ec3d3c0 commit 47fef33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ Expected format: unformatted `string`, eg `'this is a string'`


If `editable` is set to `true`, a `scale-text-field` is used for the element. The properties of the `scale-text-field` can be passed directly to the editable component using the `textFieldProps` attribute.
and if the `editable` is set to `false`, the `scale-text-field` has no effect, as the cell will be read-only.
and if the `editable` is set to `false`, the `textFieldProps` has no effect, as the cell will be read-only.
<Canvas withSource="close">
<Story name="Text Cell">
{`<content>
Expand Down

0 comments on commit 47fef33

Please sign in to comment.