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 "change" event for <bx-input> #9739

Closed
2 tasks done
wnwaynelee opened this issue Jul 25, 2022 · 2 comments
Closed
2 tasks done

add "change" event for <bx-input> #9739

wnwaynelee opened this issue Jul 25, 2022 · 2 comments

Comments

@wnwaynelee
Copy link

The problem

I am replacing <input type="text"> with <bx-input>. The UI renders fine. But <bx-input> seems to have "input" event only and not "change" event. You can test with the html file in test.zip.

When I inspect the DOM, I can see <bx-input> is backed by <input type="text">. The "input" event is good for implementing typeahead. For most cases, the "change" event is probably more useful/efficient.

The solution

Please add "change" event for <bx-input>. Please check other input backed by <input type="text"> and <textarea>, e.g. number input, text area input, .... Thanks.

Application/website

IBM

Business priority

High Priority = pressing release

What time frame would this ideally be needed by (if applicable)

No response

Examples

No response

Code of Conduct

@wnwaynelee wnwaynelee added the Feature request A new adopter requested feature label Jul 25, 2022
@kennylam kennylam transferred this issue from carbon-design-system/carbon-web-components Dec 6, 2022
@stale
Copy link

stale bot commented May 27, 2023

We've marked this issue as stale because there hasn't been any activity for 60 days. If there's no further activity on this issue in the next three days then we'll close it. You can keep the conversation going with just a short comment. Thanks for your contributions.

@kernel-io
Copy link

Would also be handy to emit input events also.

@andy-blum andy-blum closed this as not planned Won't fix, can't repro, duplicate, stale Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

8 participants