DioxusLabs / DioxusLabs/dioxus
Tracking: missing/incomplete HTML events
- Dominant language
- Rust
- Stars
- 39.1k
- Forks
- 1.9k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 4
Description
This issue tracks HTML event and features that Dioxus doesn't yet implement, or for which the implementation is incomplete (cannot access the full functionality of the event).
## Missing events
- [x] `auxclick`
- [x] `scrollend`
- [x] `beforeinput` (https://github.com/DioxusLabs/dioxus/issues/4822)
## Incomplete events
- [x] `paste` (cannot read pasted data)
- [ ] `cut`/`copy` (cannot set cut/copied data)
- [ ] `focus`/`blur`/`focusin`/`focusout` (no `relatedTarget` prop)
## Missing listener features
- [ ] https://github.com/DioxusLabs/dioxus/issues/1011
- [ ] Ability to set "passive" event listeners
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.