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

autoitem div has no body #4

Closed
kochd opened this issue Apr 14, 2020 · 1 comment
Closed

autoitem div has no body #4

kochd opened this issue Apr 14, 2020 · 1 comment

Comments

@kochd
Copy link

kochd commented Apr 14, 2020

I had to change https://github.com/aliask/fuzzycomplete/blob/master/src/js/fuzzycomplete.js#L142

- resultsRow.text(result[options.display]);
+ resultsRow.text(result.item[options.display]);

to get it to fill my div (__autoitem)

@aliask
Copy link
Owner

aliask commented Apr 18, 2020

Hi Daniel.

I'm having difficulty reproducing your issue. When I check result at this point, I see { code: "456", itemName: "batz" }, for example. No item in the object. The __autoitem element works fine.

Which browser are you using?

By the way, it's quite difficult for me to see your original comment with all the details if you edit it out! Just post a second comment :)

Cheers,
Will

@aliask aliask closed this as completed Aug 19, 2020
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