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

ADS: multi-valued selection field disappears #332

Open
andrbind opened this issue Feb 12, 2025 · 0 comments
Open

ADS: multi-valued selection field disappears #332

andrbind opened this issue Feb 12, 2025 · 0 comments

Comments

@andrbind
Copy link

The extension is used in ADS:

1.) Type an unknown value e.g. "eee" as filter value in the multi-valued selection field
2.) Press
The multi-valued selection field disappears
→ If the selection field is mandatory, the work item cannot be completed.

There are two exceptions:
1.) MultiValueEvents.tsx:36 TypeError: Cannot read properties of undefined (reading 'toLocaleLowerCase')
at MultiValueControl.tsx:162:37
at Array.filter ()
at o._filteredOptions (MultiValueControl.tsx:162:21)
at t._getOptions (MultiValueControl.tsx:75:35)
at t.render (MultiValueControl.tsx:58:29)
at ja (react-dom.production.min.js:187:188)
at Ka (react-dom.production.min.js:186:173)
at qs (react-dom.production.min.js:269:427)
at Tl (react-dom.production.min.js:250:347)
at El (react-dom.production.min.js:250:278)

2.) MultiValueControl.tsx:162 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'toLocaleLowerCase')
at MultiValueControl.tsx:162:37
at Array.filter ()
at o._filteredOptions (MultiValueControl.tsx:162:21)
at t._getOptions (MultiValueControl.tsx:75:35)
at t.render (MultiValueControl.tsx:58:29)
at ja (react-dom.production.min.js:187:188)
at Ka (react-dom.production.min.js:186:173)
at qs (react-dom.production.min.js:269:427)
at Tl (react-dom.production.min.js:250:347)
at El (react-dom.production.min.js:250:278)

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