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

List multiselect editor duplicating values when clicking on the cell element #4643

Open
THemming opened this issue Nov 26, 2024 · 0 comments
Labels
Possible Bug A possible bug that needs investigation

Comments

@THemming
Copy link

Describe the bug
When a column is configured with a list editor and multiselect: true, when the user clicks on the cell it duplicates selected values in the cell. If you close and open the editor list again and change the selection it clears the duplicates.

Tabulator Info

  • Version 6.3.0

Working Example
https://codepen.io/timhemmingFico/pen/BaXgKOY

To Reproduce
A step by step guide to recreate the issue in your JS Fiddle or Codepen:

  1. Go to the Codepen above
  2. Click on a cell in "Favourite Color"
  3. Select a couple of values from the editor list
  4. Click on the cell
  5. See duplicates added to the cell value

Expected behavior
It should not modify the cell value when you click the cell.

Screenshots
image

Desktop (please complete the following information):

  • OS: macOS
  • Browser Chrome
@THemming THemming added the Possible Bug A possible bug that needs investigation label Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Possible Bug A possible bug that needs investigation
Projects
None yet
Development

No branches or pull requests

1 participant