You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Value can be an array for example while testing with ArrayInput and multiple values. Everything else work as expected, but the escape failed, cause its written for strings.
new ArrayInput([
'--option' => ['value1', 'value2']
]);