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

onGetList not called when isSelectable !== true #380

Closed
techfg opened this issue Feb 20, 2021 · 0 comments · Fixed by #383
Closed

onGetList not called when isSelectable !== true #380

techfg opened this issue Feb 20, 2021 · 0 comments · Fixed by #383
Labels
Milestone

Comments

@techfg
Copy link
Collaborator

techfg commented Feb 20, 2021

Describe the bug
When IM is configured with isSelectable !== true, the onGetList option is not triggered. However, if using boundList works as intended and the list is synchronized when using API as expected.

To Reproduce
Steps to reproduce the behavior:

  1. Go to jsFiddle
  2. onGetList is configured, isSelectable === false which results in list not being built and not visible to right of veggie tray

Expected behavior
onGetList behavior should be identical to boundList behavior - list should sync regardless of whether or not user can select an area (since API can still be used).

Screenshots
N/A

Desktop (please complete the following information):
N/A

Smartphone (please complete the following information):
N/A

Additional context
N/A

@techfg techfg added the bug label Feb 20, 2021
@techfg techfg added this to the 1.5.4 milestone Feb 20, 2021
techfg added a commit that referenced this issue Feb 21, 2021
Resolves #83 
Resolves #377
Resolves #378
Resolves #380
Resolves #381
@techfg techfg changed the title onGetList not called when isSelectable === true onGetList not called when isSelectable !== true Feb 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant