apiflask / apiflask

A lightweight Python web API framework.

Home Page:https://apiflask.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create Combo Box

raulblanxart opened this issue · comments

Hi, I want to create a combo box like it:

combobox

I'ts posible to create now? or it's necessary to develop it?

Thanks

We can't create an input box as we only use Swagger UI to render the OpenAPI YAML file. You may refer to https://github.com/swagger-api/swagger-ui for more details.