rapi-doc / RapiDoc

RapiDoc -WebComponent for OpenAPI Spec
https://rapidocweb.com
MIT License
1.71k stars 285 forks source link

add form field element with id or name attribute #1018

Closed tobiasehlert closed 2 months ago

tobiasehlert commented 4 months ago

There are some form field element has neither an id nor a name attribute. This might prevent the browser from correctly autofilling the form.

There should be a unique id or name attribute added to the various form fields. This is not strictly needed, but would be nice to have on for instance advanced-search dialog options.