-
-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Improve events and documentation #389
Comments
Given Sveld can handle events, this should occur after the auto-doc updates. New forwarding events will still need to be selectively applied to components though. |
Stepper: add |
Paginator component's
|
@Moosieus the reported issue will be resolved as part of the incoming PR. Very simple to fix, just wasn't passing the correct data point. |
Describe what feature you'd like. Pseudo-code, mockups, or screenshots of similar solutions are encouraged!
This will be a larger scale audit and update, but most components include little to no event bubbling (reading: passing the event up to the component definition). This leaves users to guess or review the source code to know what events are present and available.
The new doc format provides a dedicated tab for Events, so we should look to update each component and document accordingly.
What type of pull request would this be?
Documentation
Any links to similar examples or other references we should review?
The SlideToggle component is one that has a lot of events set to bubble. By tapping the Label element the expected event bubbles. Unfortunately these events not currently documented, which illustrates my point.
The text was updated successfully, but these errors were encountered: