Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CellRenderer cropping cell Value #29

Open
goat-io opened this issue Apr 22, 2022 · 0 comments
Open

CellRenderer cropping cell Value #29

goat-io opened this issue Apr 22, 2022 · 0 comments

Comments

@goat-io
Copy link

goat-io commented Apr 22, 2022

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.

<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}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant