Tailor fields balloon-selector and checkboxlist unable to empty by trigger

The tailor fields do show and hide when toggling button_enabled but do not empty the value. Is this behaviour intentional or is it a bug?

I am using the latest october cms version (3.1.22)

fields:
    button_enabled:
        type: checkbox
        label: Voeg knop toe

    link_method:
        validation: "required_if:button_enabled,1"
        type: balloon-selector
        label: Type link
        cssClass: field-indent
        options:
            automatic: Automatische link
            manually: Handmatige link
        trigger:
            action: show|empty
            field: button_enabled
            condition: checked

    permissions:
        label: Permissions
        type: checkboxlist
        quickselect: true
        options:
            open_account: Open account
            close_account: Close account
            modify_account: Modify account
        trigger:
            action: show|empty
            field: button_enabled
            condition: checked

Hi and welcome @gido!

It could be a bug. We will check it out and check back to you.

Do you know if it is a bug?

Yes, it is a bug and should be fixed in v3.1.26

For faster response times, feel free to email the helpdesk with platform bugs: Contact Us - October CMS