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

vals.map is not a function #1004

Open
RackweLLizm opened this issue Nov 6, 2023 · 0 comments
Open

vals.map is not a function #1004

RackweLLizm opened this issue Nov 6, 2023 · 0 comments

Comments

@RackweLLizm
Copy link

autocomplete.js:94 Uncaught (in promise) TypeError: vals.map is not a function
    at optionsToListValues2 (autocomplete.js:94:36)
    at _callee5$ (useListValuesAutocomplete.js:409:36)
    at tryCatch (regeneratorRuntime.js:44:17)
    at Generator.<anonymous> (regeneratorRuntime.js:125:22)
    at Generator.next (regeneratorRuntime.js:69:21)
    at asyncGeneratorStep (asyncToGenerator.js:3:23)
    at _next (asyncToGenerator.js:22:9)
    at asyncToGenerator.js:27:7
    at new Promise (<anonymous>)
    at asyncToGenerator.js:19:12

I think there is such an error when selection is made in autoComplate when id is 0. vals returns undefined. I made some updates such as .tolowerLocaleCase in autoComplate in order to be compatible with Turkish characters. I did not fully understand whether the problem is a general problem or related to me.

bug

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