playcanvas / pcui

UI component library for web-based tools
http://playcanvas.github.io/pcui
MIT License
667 stars 64 forks source link

Fix jsdoc for placeholder #334

Open slimbuck opened 10 months ago

slimbuck commented 10 months ago

Placeholders are also used for vector inputs, which take string[].

willeastcott commented 5 months ago

Oh wait, I see the problem now. It's not building. For VectorInput, it's really just a wrapper for a number of InputElements. I'm wondering if we just don't make VectorInput inherit from IPlaceholder instead? This is instead of updating several other classes to handle string[] properly.