@rhys If you wish to only have the last -clicked tab selected, I think you can do something like:
$w("#tags").onChange(() => {
$w("#tags").value = [$w("#tags").value.reverse[0]];
})
@rhys If you wish to only have the last -clicked tab selected, I think you can do something like:
$w("#tags").onChange(() => {
$w("#tags").value = [$w("#tags").value.reverse[0]];
})