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

Update MultiSelect.js #2118

Closed
Suribabu-Balam opened this issue Jun 16, 2021 · 1 comment
Closed

Update MultiSelect.js #2118

Suribabu-Balam opened this issue Jun 16, 2021 · 1 comment

Comments

@Suribabu-Balam
Copy link

Suribabu-Balam commented Jun 16, 2021

Hi Team,

Getting exception

TypeError: Cannot read property 'filter' of undefined
at Object.value [as hasFilter] (MultiSelect.js:720)
at i.value (MultiSelectPanel.js:208)
at i.value (MultiSelectPanel.js:247)
at i.value (MultiSelectPanel.js:267)
at i.value (MultiSelectPanel.js:293)
at Ha (react-dom.production.min.js:187)
at Ua (react-dom.production.min.js:186)
at Hl (react-dom.production.min.js:269)
at ku (react-dom.production.min.js:250)

MultiSelect.js:
Line No :720

Solution:
hasFilter() {
return this.state && this.state.filter && this.state.filter.trim().length > 0;
}

Can you Merge #2117 Pull request into master @jafin @master117

Thanks in advance.

@mertsincan
Copy link
Member

Hi,

Thanks a lot for your report! Fixed in #2110

Best Regards,

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

2 participants