React Semantic UI - 关于表单验证的文档在哪里?
React Semantic UI - where documentation on form validation?
我已经根据我在 SO 上找到的一些帖子在 React Semantic UI 中实现了一些表单验证 - 例如,以下内容:
required={true}
error={this.state.errors["macs"]}
我的问题是,这些 React Semantic UI 文档在哪里?到目前为止,我还没有找到它。
https://react.semantic-ui.com/collections/form/ - 具体在 Form.Field prop.
Field Variations Required Field 显示需要使用
States Field Error Label 显示带有错误的字段 属性 设置为显示带有指针的消息。
Form error state with Messages 显示当表单处于错误状态时显示的消息。
我已经根据我在 SO 上找到的一些帖子在 React Semantic UI 中实现了一些表单验证 - 例如,以下内容:
required={true}
error={this.state.errors["macs"]}
我的问题是,这些 React Semantic UI 文档在哪里?到目前为止,我还没有找到它。
https://react.semantic-ui.com/collections/form/ - 具体在 Form.Field prop.
Field Variations Required Field 显示需要使用
States Field Error Label 显示带有错误的字段 属性 设置为显示带有指针的消息。
Form error state with Messages 显示当表单处于错误状态时显示的消息。