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

Events other than change for text blades? #625

Open
Bug-Reaper opened this issue Sep 23, 2024 · 0 comments
Open

Events other than change for text blades? #625

Bug-Reaper opened this issue Sep 23, 2024 · 0 comments

Comments

@Bug-Reaper
Copy link

I'm seeing this:
Screenshot 2024-09-23 at 1 22 22 AM
However none of those seem to emit? no combo of the following works:

// Works fine
blade.on('change',()=>{/*...*/})

// None of the following work
blade.on("keyup",(ev)=>{/*...*/})
blade.on("keydown",(ev)=>{/*...*/})
blade.on("input",(ev)=>{/*...*/})
blade.on("inputChange",(ev)=>{/*...*/})
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

1 participant