Validator that performs no operation. 此验证器什么也不做。 | ||
参数
返回值
|
Compose multiple validators into a single function that returns the union of the individual error maps for the provided control. 把多个验证器合并成一个函数,它会返回指定控件的各个错误映射表的并集。 参数
返回值
如果验证失败,则此验证器函数返回各个验证器所返回错误对象的一个并集,否则为 | ||
参数
返回值
|
Compose multiple async validators into a single function that returns the union of the individual error objects for the provided control. 把多个异步验证器合并成一个函数,它会返回指定控件的各个错误映射表的并集。 | ||
参数
返回值
如果验证失败,则此验证器函数返回各异步验证器所返回错误对象的一个并集,否则为 |