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 1 year ago

nekolab commented 1 year 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