问题标签 [formsy-react]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
307 浏览

reactjs - 使用 formsy-semantic-ui-react 的输入验证无法正常工作

我正在使用 formsy-semantic-ui-react npm 包进行输入验证,但它无法正常工作,请参阅即使我已删除值也没有隐藏的红色警报错误标签。

在此处输入图像描述

在此处输入图像描述

0 投票
1 回答
31 浏览

reactjs - How to do so that my field must at least be able to contain only numbers and a + in front of the number (if the user wishes)

For example the user can enter: +444123454656656 OR 123454656656 - only numbers or a + in front of the number.

0 投票
0 回答
36 浏览

reactjs - Formsy与react-select,提交后获取元素而不是值

我正在使用 Formsy 进行输入验证。对于选择输入,我使用的是 react-select,我为此创建了这个自定义组件,

;

在该changeValue方法中,我得到了正确的选择选项,但是当我使用 Formsy 的onValidSubmit事件提交表单时,我得到了所有表单值的对象,但是对于 react-select 我得到了这样的东西,

这是我的 Formsy 表单代码,