thgh / Airtable-to-Figma

Figma plugin to import Airtable data into Figma components
airtable-shr.vercel.app
25 stars 7 forks source link

When the field type is single select or multiple select, it uses ID instead of values #5

Open NaderMozaffari opened 2 years ago

NaderMozaffari commented 2 years ago

Hello . Thanks for this supervillain plugin When the field type is single select or multiple select, it uses ID instead of values

This test is also available in the example of your database in the "Lable" field.

It works very well when the field type is multiple select and displays the values like this: value 1, value 2, value 3

thgh commented 2 years ago

I think this is the related function: https://github.com/thgh/Airtable-to-Figma/blob/fd69f5c4f0c1807dc59da9ecf64064f8f1f5c0db/code.ts#L174-L186

NaderMozaffari commented 2 years ago

Sorry, I do not know javaScript