substance / texture

A visual editor for research.
MIT License
1k stars 83 forks source link

Affiliations input renders selected items incorrectly #1266

Open Integral opened 5 years ago

Integral commented 5 years ago

Screenshot 2019-04-21 at 15 24 50

The reason is that MultiSelectInput calls toString method for each selected Organization. Strangely for now toString method just calls entity renderer which is returning an array, not a string. This is now fixed in PR #1265 via 47eff06742ebee1465a8ba174dfab283e453cbc2.