Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML missing ids #9523

Closed
regesmendes opened this issue Jan 27, 2024 · 2 comments
Closed

HTML missing ids #9523

regesmendes opened this issue Jan 27, 2024 · 2 comments

Comments

@regesmendes
Copy link
Contributor

As a user, I'd like to add the swagger-ui into my API having no errors coming from this package.

I noticed two missing ID's on HTML elements, due to error and warning messages in the console. Here's a screenshot:
image

Found the references in the code at:

control.push(<input className={classNames.join(" ")} type="text" onChange={ this.onUrlChange } value={this.state.url} disabled={isLoading} />)

<select onChange={handleServerChange} value={currentServer}>

@char0n
Copy link
Member

char0n commented Feb 9, 2024

There is an additional missing id in

<select onChange={ this.onChange } value={currentScheme}>

char0n added a commit that referenced this issue Feb 9, 2024
char0n added a commit that referenced this issue Feb 9, 2024
Refs #9523

Co-authored-by: Reges Mendes <reges.mendes@gmail.com>
@char0n
Copy link
Member

char0n commented Feb 9, 2024

Addressed by #9563

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants