We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to be able to display a mutable list in a dropDown. It should be possible to add and remove entries (then somehow refresh the dropdown).
This would allow to create a gui that allows creating and deleting instances of objects.
The current drop-down gui component only displays enum entries, which can't be modified during run-time.
I am willing to submit a PR to implement this change, but would need some guidance.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Motivation
I want to be able to display a mutable list in a dropDown. It should be possible to add and remove entries (then somehow refresh the dropdown).
This would allow to create a gui that allows creating and deleting instances of objects.
The current drop-down gui component only displays enum entries, which can't be modified during run-time.
Help make it happen!
I am willing to submit a PR to implement this change, but would need some guidance.
The text was updated successfully, but these errors were encountered: