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
When using the CellRenderer component, we noticed that it is cropping the value of the record at around 500 characters.
To reproduce, you can use the CellRenderer with a long enough text.
<CellRenderer
field={f}
cellValue="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla erat ex, ultrices at erat non, aliquam dictum mauris.
Nullam id libero nec nunc dapibus tempor ac id mauris. Fusce sed enim nec lacus tempus vulputate ut eget massa. Sed in
lorem rutrum, congue nibh eu, semper erat. Vivamus blandit posuere pulvinar. Ut aliquam sapien eget odio vehicula, ut
accumsan quam ullamcorper. Pellentesque non eleifend mi. Curabitur risus erat, accumsan blandit placerat id, cursus nec
tortor. In at viverra quam, eu dignissim nisi. In interdum iaculis ex, malesuada suscipit nisi malesuada et. Nulla placerat sit
amet mauris quis suscipit. Sed eleifend hendrerit nibh a cursus."/>
Same behaviour if instead of cellValue we use record={r}
The text was updated successfully, but these errors were encountered:
Version: "@airtable/blocks": "^1.11.1"
When using the CellRenderer component, we noticed that it is cropping the value of the record at around 500 characters.
To reproduce, you can use the CellRenderer with a long enough text.
Same behaviour if instead of
cellValue
we userecord={r}
The text was updated successfully, but these errors were encountered: