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.
Is there a way to deselect a tag value in this context without having to click the 'Cancel' Button.
Thanks.