I have a quick question! Can a Value List only output numbers (floats, integers)?
When I set a value to a string it outputs null for that Key/Name (even when I set the text without double quotes)!
@Bernat, another curiosity is that pre-configured Value Lists, stemming from Windows, output strings on macOS. Adding a new string to these Value Lists also breaks the component.
Have you tried using only the labels when editing the Value List?
When I do that in Windows 10, Grasshopper apparently adds the = “label” on its own. Maybe the typed quote character isn’t being handled correctly on the Mac?
Thanks for reporting the issue. This is most likely because the double quotes are being replaced with surrounding double quotes. “Hello” vs. "Hello". The control itself can and should disable this, which I’ll fix up.
In the meantime, you can fix this by going to System Preferences > Keyboard and unchecking “Use smart quotes and dashes”, then re-typing the quotes.