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

ListBar labels not working correctly #34

Open
gveres opened this issue Dec 6, 2019 · 1 comment
Open

ListBar labels not working correctly #34

gveres opened this issue Dec 6, 2019 · 1 comment

Comments

@gveres
Copy link

gveres commented Dec 6, 2019

ListBars on current master show "undefined" around the actual labels. Otherwise the widget functions correctly, just the displayed label is corrupted.
Reproduce by running the widget-listbar.js test.
Am I missing something?
FYI, the version currently in npmjs works fine.
Thanks!

@cdaringe
Copy link

[{ key: "option1", callback: () => { }}, { key: "option2", callback: () => { }}] // not ok
{ option1: () => {}, option2: () => {} } // ok

hope it helps :)

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