Quantcast
Viewing all articles
Browse latest Browse all 4827

Ember action on select component crashing chrome debugger

@Jamiu_Adeleke wrote:

I am trying to use an action on a select component on Ember 3.15.

<select id=“select” {{on “click” this.selected}}> – Select One –

and in the component action: @action selected() { let x= 3; }

applying a break point in the action crashes chrome but works fine in firefox. with error Aww snap : "Dev tools disconnected from page …"

Same test with a button works fine.

Is this normal or am I doing something wrong? Is this Ember issue or Chrome issue? Updated to latest version of chrome today version: 80.0.3987.116 and issue persist

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4827

Trending Articles