問題タブ [final-form]
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.
137 問題
0
投票する
1
に答える
5048
参照
reactjs - サードパーティのコンポーネントで meta.touched が常に false になるのはなぜですか?
最終フォームを使用して、サードパーティの入力コンポーネントがあります。私はそれ用のアダプターを書きました。バリデーターもありますが、meta.touched
常に false です。onFocus イベントを入力まで伝播しようとしましたが、うまくいきません。私は何を間違っていますか?