react+antd系列之Form表單(2):格式限制驗證

格式限制 antd中表單的功能不少,下面就爲你們整理了一下antd中經常使用的幾種表單輸入格式驗證:git 1. 輸入框不能爲空限制,以下:web {getFieldDecorator('name', { rules: [{ required: true, message: '名稱不能爲空', }],
相關文章
相關標籤/搜索