Special use case for selected option #5038
Unanswered
cubecleveland
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, i have a special use case wheer i use the select to show a list of option and Not render the selected option at all.
Wehn an option is selected i want to have a button inside the option that will call an ajax call without actually the onchange handler.
We do however want the event keep bubbling down to the rest of the dom because we use it somewhere else.
So basically doing e.stopPropagation in the button doesnt work......
CAn we just limit the onchange handler on that button but keep passing the evetn ?
Beta Was this translation helpful? Give feedback.
All reactions