v12.1.0
Validators
NbFormValidators.equal
- feat: 增加
immediately
参数,默认为true
;
Services
NbFormService
- feat:
updateEqualControlsValidities()
可以更便捷的更新两个期望相等的控件的有效性;
Components
<nb-control-err></nb-control-err>
- fix: 控件初始时为
dirty
,组件不显示错误信息;
Validators
NbFormValidators.equal
- feat: Add
immediately
param, the default istrue
;
Services
NbFormService
- feat: Add
updateEqualControlsValidities()
function so that you can more convenient to update the validities of the two controls which want to be equal;
Components
<nb-control-err></nb-control-err>
- fix: When the control is in init status and it is dirty, the component will not display the error information;