Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot set value of data object to a number #346

Closed
jeffblake opened this issue Sep 3, 2016 · 2 comments
Closed

Cannot set value of data object to a number #346

jeffblake opened this issue Sep 3, 2016 · 2 comments
Labels

Comments

@jeffblake
Copy link

      data: [
        {value: 0, label: 'Valid'}
        {value: 1, label: 'Redeemed'}
        {value: 2, label: 'Out'}
        {value: 3, label: 'Revoked'}
        {value: 4, label: 'Transferred'}
        {value: 7, label: 'Unconfirmed'}
      ]

Breaks on line 2538:
options_tmp += "<option value=\"" + column_data[ii].value.replace(/"/g, '&quot;') + "\">" + column_data[ii].label + "</option>";

VM32781:1 Uncaught TypeError: column_data[ii].value.replace is not a function(…)

@vedmack
Copy link
Owner

vedmack commented Sep 3, 2016

Please provide a js playground test page with this issue

@vedmack
Copy link
Owner

vedmack commented Oct 1, 2016

fixed in 0.9.1.beta.3

@vedmack vedmack closed this as completed Oct 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants