Dropdown: searchInput onChange fires Dropdown onChange as well
See original GitHub issueBug Report
Steps
- Create a
Dropdowncomponent - Override its
searchInputso that it provides a customonChangecallback.
Expected Result
Typing inside of Dropdown.SearchInput should only trigger its onChange.
Actual Result
Typing triggers input’s onChange first and then dropdown’s onChange callbacks.
Version
0.82.3
Testcase
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
OnChange event fires too soon in dropdown / select input?
I've switched it to onblur but then it isn't fired until the user is done selecting and moves on, so I'd love to...
Read more >Javascript onchange Event Tutorial to Get Dropdown Value of ...
... of application here:https://webgurucoder.com/javascript/javascript- onchange -event-tutorial-to-get- dropdown -value-of- select - input -fie...
Read more >Other ways to trigger dropdown's onChange? It does not fire ...
tried doing .find() and .trigger('change') on the hidden input but no luck. even triggering change from the dropdown itself.
Read more >126379 - Select (size=1) onChange not called using down ...
If a mouse/keyboard action > causes the selected item to change, then the onchange event should be fired. It > seems nonsensical to...
Read more >OnChange not firing in published version, works fine in studio.
I have a dropdown that is pulling data from CDS (custom entity). It is manually selected by the user, and the 'OnChange' (for ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Thanks, awesome report! PR is coming.
Amazing work! You guys rock 🎸