問題タブ [redux-form-validators]
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.
regex - Angular 4フォームビルダーで正の整数に対してパターンが機能しない
私は Angular 4 とリアクティブ フォーム (フォーム ビルダーを使用) を使用しています。フォーム名 Quantity of Products に 1 つのフィールドがあるため、数量に負の値と浮動値が含まれていないことがわかっています。そのための正しいパターンを提案してください。
ユーザーが負の値、ゼロ、ドット (.)、および - や e などのその他の記号を入力できるようにしたくありません。
正数+整数(整数)のみが欲しい
事前に感謝します私を助けてください