playcanvas / pcui

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

Fix creating `ArrayInput` without options #238

Closed willeastcott closed 1 year ago

willeastcott commented 1 year ago

ArrayInput now defaults to string type if no type is specified.

Fixes #223