We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem Click handler not being triggered on custom element, but works fine for standard elements.
Steps To Reproduce Steps to reproduce the behavior:
npm install
trunk serve
<mwc-button {onclick}>{ "+1" }</mwc-button>
// <button {onclick}>{ "+1" }</button>
Expected behavior The counter should increase with mwc-button, just as it does with button
mwc-button
button
Environment:
git+/~https://github.com/yewstack/yew#59e2f827666b6eebdb52bed8d75abdc1529cc9b4
rustc 1.62.0-nightly (878c7833f 2022-04-16)
wasm32-unknown-emscripten
trunk
Questionnaire
The text was updated successfully, but these errors were encountered:
WorldSEnder
Successfully merging a pull request may close this issue.
Problem
Click handler not being triggered on custom element, but works fine for standard elements.
Steps To Reproduce
Steps to reproduce the behavior:
npm install
trunk serve
<mwc-button {onclick}>{ "+1" }</mwc-button>
and uncomment// <button {onclick}>{ "+1" }</button>
Expected behavior
The counter should increase with
mwc-button
, just as it does withbutton
Environment:
git+/~https://github.com/yewstack/yew#59e2f827666b6eebdb52bed8d75abdc1529cc9b4
(lock file is in the repo)rustc 1.62.0-nightly (878c7833f 2022-04-16)
, `rustc 1.60.0 (7737e0b5c 2022-04-04)wasm32-unknown-emscripten
trunk
Questionnaire
The text was updated successfully, but these errors were encountered: