String[] param not working in admin ui

Product: PowerShell Universal
Version: 3.2.8
[CmdletBinding()]
param(
    [string]
    $Works,

    [string[]]
    $Groups
)

I can not type in the $Groups param

This was resolved in 3.3.0 - Changelog - PowerShell Universal