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

Add onChange support for inputs #82

Open
FoamCactus opened this issue Jan 8, 2021 · 3 comments
Open

Add onChange support for inputs #82

FoamCactus opened this issue Jan 8, 2021 · 3 comments
Labels

Comments

@FoamCactus
Copy link

onChange events are supported by web_sys and stdweb and are easier to work with than onInput events for a lot of things

@dancespiele
Copy link
Owner

@FoamCactus previously it has the onchange supported however I have an issue if I wanted to use onInput although onchange was not set because of this I removed, I don't remember exactly but I can create a branch and reproduce it and we can see with yew community

@FoamCactus
Copy link
Author

I think I have a working branch I just can not for the life of me get the tests to run. If you can provide guidance on that I can fix any other issues the branch has @dancespiele

@dancespiele
Copy link
Owner

@FoamCactus could you tell me exactly where is the error that you have? you can execute test like this in the root folder

wasm-pack test --headless --chrome --firefox crate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants