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

SelectInput Multi doesn't work with integer valueField #67

Open
ozgengures opened this issue Apr 14, 2017 · 0 comments
Open

SelectInput Multi doesn't work with integer valueField #67

ozgengures opened this issue Apr 14, 2017 · 0 comments

Comments

@ozgengures
Copy link

  • Robe React UI Version: 1.1.36
  • Node Version: v6.10.2

Actual behavior

Multi Select Input doesn't select items when valueField type like integer.

const langs = [
    {
        key: 1,
        value: "English"
    },
    {
        key: 2,
        value: "Turkish",
        disabled: true
    },
    {
        key: 3,
        value: "Kurdish"
    }
];

Suggest a fix

I think the problem seems to be that the "robe react commons" --> getValueByKey function returns undefined.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant