yew_styles icon indicating copy to clipboard operation
yew_styles copied to clipboard

Add onChange support for inputs

Open FoamCactus opened this issue 4 years ago • 3 comments

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

FoamCactus avatar Jan 08 '21 16:01 FoamCactus

@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

dancespiele avatar Jan 10 '21 12:01 dancespiele

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

FoamCactus avatar Jan 13 '21 03:01 FoamCactus

@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

dancespiele avatar Jan 14 '21 01:01 dancespiele