Quantcast
Viewing all articles
Browse latest Browse all 4827

Ember CP validations action not firing

@jrock2004 wrote:

I am using ember bootstrap with cp validations on my form. I have the following form in a component and when I click submit, nothing happens. No console errors. Am I missing something?

{{#bs-form formLayout="vertical" class="bootstrap-form" novalidate=true model=model.customer onSubmit=(action "saveChanges") as |form|}}

Maybe my action should not be in the component? If I change model=model.customer to model=this then when I click the button the action fires in the component. What am I missing?

Posts: 2

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4827

Trending Articles