Kong / swagger-ui-kong-theme

Plugin theme for Swagger-UI that adds snippets
Apache License 2.0
19 stars 17 forks source link

fix: a11y DOM structure improvements and text input auto trim #174

Closed nekolab closed 12 months ago

nekolab commented 12 months ago

the text input auto trim function is not enabled by default, customer who requests this function can manually set swaggerUIOptions.theme.enableFormInputAutoTrim to true to enable this feature.

this fix FTI-5334