Multiple default filter widget value

I wanted to know if there is a way to input multiple default widget values in a query. In the following picture I want to have 3 sections as default.

In this image I inputted them manually and I have only one value as default (1). Is there a way to have 1,2,3 selections as default?.

I tried inputtig in the box as 1;2;3 and 1,2,3. With the comma it worked sometimes, when I was working with numbers. But when I tried to do the same thing with strings I didn't get results

Basically I want to know if there is a special key to determine separation between sections when I define a variable as a default and I want to input multiple selections.

Thanks

{
  "browser-info": {
    "language": "es-ES",
    "platform": "Win32",
    "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36",
    "vendor": "Google Inc."
  },
  "system-info": {
    "file.encoding": "UTF-8",
    "java.runtime.name": "OpenJDK Runtime Environment",
    "java.runtime.version": "11.0.7+10",
    "java.vendor": "AdoptOpenJDK",
    "java.vendor.url": "https://adoptopenjdk.net/",
    "java.version": "11.0.7",
    "java.vm.name": "OpenJDK 64-Bit Server VM",
    "java.vm.version": "11.0.7+10",
    "os.name": "Linux",
    "os.version": "5.4.117-58.216.amzn2.x86_64",
    "user.language": "en",
    "user.timezone": "America/Argentina/Buenos_Aires"
  },
  "metabase-info": {
    "databases": [
      "googleanalytics",
      "postgres"
    ],
    "hosting-env": "unknown",
    "application-database": "postgres",
    "application-database-details": {
      "database": {
        "name": "PostgreSQL",
        "version": "10.15"
      },
      "jdbc-driver": {
        "name": "PostgreSQL JDBC Driver",
        "version": "42.2.8"
      }
    },
    "run-mode": "prod",
    "version": {
      "date": "2021-01-05",
      "tag": "v0.37.5",
      "branch": "release-x.37.x",
      "hash": "be537ee"
    },
    "settings": {
      "report-timezone": "America/Buenos_Aires"
    }
  }
}

Hi @Vallistruqui
Upgrade to a newer release. It was fixed a while ago. Latest release is 0.40.1: Release Metabase v0.47.0 · metabase/metabase · GitHub