Angular 2 - Form validation for warnings/hints

前端 未结 4 599
一生所求
一生所求 2021-02-12 21:16

I\'m trying to add form validations which don\'t invalidate the form. The validation should only appear as warnings.

E.g. an age validation. An age greater than 90 shows

4条回答
  •  一向
    一向 (楼主)
    2021-02-12 22:03

    This is probably how I would have done it.

    Warning: Age limit is high.. Error: Age limit exceeded..

提交回复
热议问题