Tags not deselctable in table component

Hi there,
I'm trying to create a table with one of the columns containing a drowndown. This table is being populated via a fetch from our DB and any changes are being persisted from the changesetArray.
I'm currently using the tags component to create the dropdown column. The only issue i'm running into is that i'm unable to deselect the value when editing the column value for the first time ( Initially will populate in the table as NULL ). The only way I can remove the value is by clicking the 'Cancel' button with the 'Save Actions' Add On.
Screenshot 2025-01-02 at 3.43.00 PM

Is there a way to deselect a tag value in this context without having to click the 'Cancel' Button.
Thanks.

Hi @AdrRa209,

We have a request in our backlog to add a "clear" button to the tag column, but it hasn't been prioritized :disappointed: I can follow up here if that changes

It looks like if you change it from null to a defined tag, you can select that same tag again and the value will go back to null. However, unlike non-null tags, changing it from null to a tag and then back to null registers as a change (clicking save will save it as null, clicking cancel will keep it as null). :thinking: