question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support Select All in Tags Custom Cell

See original GitHub issue

I’m using tags-cell to show tags and I need an option to Select All. I implemented it using workarounds - tried both options but both have UX issues:

  1. Have a default value of [], and if value is [], render All tag. The issue with that is that it’s not clear to my users that if you deselect all tags in the edit overlay, then it will change back to All.

  2. Have a default value of ['All'] and have All in possibleTags as well. The issue with that is that to select a specific tag you have to select the desired tag but then also deselect All, otherwise both will be selected.

Is there an easy way for you to add support for Select All in the tags cell edit popup? Or maybe give any callback API for when a user selects a tag in that popup, so that I can deselect All whenever any other tag is selected?

Thanks a lot ❤️

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:1
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
jassmithcommented, Jun 20, 2022

I just added validateCell which should allow you to fix this.

1reaction
jassmithcommented, Jun 30, 2022

The preview value is now passed as the third argument.

Read more comments on GitHub >

github_iconTop Results From Across the Web

<select>: The HTML Select element - HTML - MDN Web Docs
Selecting multiple options · Focusing on the <select> element (e.g. using Tab ). · Selecting an item at the top or bottom of...
Read more >
Custom tags - Tag Manager Help - Google Support
The Custom Image tag is used to deploy a pixel tag. To create a new Custom Image tag: Click Tags and then New....
Read more >
Use tags to help organize and find your data
You can also add your own custom tags. You can use tags in ... Add tags. Go to one.newrelic.com and select a monitored...
Read more >
The Tags Column - monday.com Support
Next, click on any cell in your tags column and start adding your tags! ... into Search Everything and select "Tags" in the...
Read more >
Create a named range from selected cells in a worksheet
Select the range you want to name, including the row or column labels. Click Formulas > Create from Selection. In the Create Names...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found