Make on:wheel event available in the <Input /> component #992
Labels
status: help wanted
This issue is tentatively accepted pending a volunteer committed to its implementation
type: feature
Introduction of new functionality to the application
Describe the feature
I'm making an editable table, and I found it annoying that the default behavior for HTML elements is to scroll when the mouse hovers over them, if the input value is longer than the width of the element itself. The accepted way to handle this is through the elements
wheel
event:The current implementation doesn't make this handler available. Is it cool if I make a PR for this? I have it working in my repo, just wanna share the love 🙃
The text was updated successfully, but these errors were encountered: