We have a multiple choice select list, which ends up being an array.
If it's value is an empty array [] I expect the !value.length check to match, but it is only applied for File Lists.
|
typeof value === 'string' ? !value.trim() : isFileList(value) && !isNaN(value.length) ? !value.length : !value |