Combine DataGridTextField components #20213
Labels
Product: Moped
A comprehensive mobility project tracking platform for Austin, Texas
Service: Dev
Infrastructure and engineering
Type: Snackoo 🍫
Small straightforward issues or fun bugs
Type: Tech Debt
Code or processes that require more work to optimize sustainability, performance, etc.
Workgroup: DTS
Data and Technology Services
While migrating tables to DataGridPro, two reusable component were created for
TextField
edit inputs. One supports the multiline textfield option, and the other does not. We should keep the one that does and update other inputs that would benefit from having multiline input so users can see their entire text while entering it.In Scope
moped-editor/src/components/DataGridPro/DataGridTextField.js
(the one that is extended with themultiline
option)moped-editor/src/views/projects/projectView/DataGridTextField.js
and update importstheme.spacing(1)
to prevent the highlighted input underline from colliding with the edge of the highlighted cell outline (see below)name
anddescription
columnsdescription
columndescription
columnPrevent this:
The text was updated successfully, but these errors were encountered: