Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4870

Error: TypeError: Already read

$
0
0

I have created a drop down list with

<PowerSelect
          class="uk-select" id="form-ReadSecurity"
          @options={{this.secReadOptions}}
          @selected={{this.changeset.secLevel}}
          @onChange={{this.selectReadSecurity}} as |option|>
          {{option.description2}}
        </PowerSelect>

and whenever I change the option and try to save using the save button I am getting an error ‘Error: TypeError: Already read’ I have other drop down list too which is not created using but it is working fine.

Can anyone help me understand the issue. Thanks in advance!

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 4870

Trending Articles