https://ember-twiddle.com/acd757144a86b00e3b81?numColumns=1
It seems that setting bubbles=false on the action helper used in template only works if onclick= is not specified on the target element or any of its parents. See attached Twiddle (look at application.hbs).
Is this intentional behavior or a bug? If intentional, it's a bit counterintuitive and probably should have some documentation around it, I think.
https://ember-twiddle.com/acd757144a86b00e3b81?numColumns=1
It seems that setting
bubbles=falseon the action helper used in template only works ifonclick=is not specified on the target element or any of its parents. See attached Twiddle (look at application.hbs).Is this intentional behavior or a bug? If intentional, it's a bit counterintuitive and probably should have some documentation around it, I think.