We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
現状フロント側でバリデーションチェックを行なっていないので、入力制限やバリデーションチェックを行うようにする。
エラーが出た際にエラーが出た理由と表示をわかりやすくする。 参考: https://mui.com/material-ui/react-text-field/#validation
バックエンドと共通のライブラリはこれ https://github.com/cuculus-dev/validator
The text was updated successfully, but these errors were encountered:
#52 一部共通で使えそう。
Sorry, something went wrong.
フロントエンドとバックエンド共通のバリデータとして以下を使用する。 https://github.com/cuculus-dev/validator
npm install @cuculus/validator でインストール可能
npm install @cuculus/validator
現状、ざっくりとしたパターンしか決まっていないので以下を決める必要あり。
AyumuAkimoto
No branches or pull requests
Community Issue
概要
現状フロント側でバリデーションチェックを行なっていないので、入力制限やバリデーションチェックを行うようにする。
エラーが出た際にエラーが出た理由と表示をわかりやすくする。
参考: https://mui.com/material-ui/react-text-field/#validation
バックエンドと共通のライブラリはこれ
https://github.com/cuculus-dev/validator
Todo
The text was updated successfully, but these errors were encountered: