How to create a input field that has dynamic data?

Hi everyone,

I’m building a plugin that requires a text dropdown input. But the problem is:
The list of text is not static, it is provided by an external API. How can I fetch the list of text and put them into the dropdown? Is there any way to do that?

1 Like