Skip to content

v12.1.0

Compare
Choose a tag to compare
@bigBear713 bigBear713 released this 27 Mar 08:20
ecf0562

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 is true;

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;