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

Github update api docs action is broken (missing checkbox events section) #5600

Open
ShreckYe opened this issue Apr 27, 2024 · 1 comment
Open

Comments

@ShreckYe
Copy link

Description

There isn't an "events" section in the docs for Checkbox. Does it have similar events to those for Switch since these 2 components are quite similar? I guess a similar section should be added if so.

Browser/OS Environment

No response

@asyncLiz
Copy link
Collaborator

Yes, the checkbox mimics an <input type="checkbox">. change is typically the event listened to for checkboxes, but it will dispatch input as well.

We have the jsdoc for checkbox's events, but our GitHub action to update API docs is broken :(

I'll update this issue to reflect fixing that action.

@asyncLiz asyncLiz changed the title Docs for Checkbox events Github update api docs action is broken (missing checkbox events section) Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants