[Feature Request] Remove value from array

I want to request a feature: remove one item from array properties in Cocos Creator’s ui.

Currently, I have to change the array’s size to remove one item. And it will more painful if the one I want to change is at the top, I have to remove ones I that I need and reinput after removed the one I don’t need.

1 Like

in JavaScript? I’d say you could just write your own function to do this.

of course not. I said about array properties in cocos creator. I can’t remove one item in list except change size
51%20PM

Thanks for clarifying. Let us ask @jare for thoughts.

Thanks guys. The array control indeed no easy to use. Now we are working on it to support dragging orders and removing items, which is enough to meet your needs.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.