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
現在の Twin:te では入力フォームのバリデーションはしているが、その原因やエラーをユーザに示していない。 その結果、特に授業の編集などで、なぜか保存ボタンが押せないがその理由がわからないという困りが発生している。
現在の validation にエラーメッセージを加え、それを画面に表示するようにする。 具体的には Result 型などに message があり、validation に引っかかった場合は、message を参照するなどするとよさそう。
Result
message
The text was updated successfully, but these errors were encountered:
No branches or pull requests
問題
現在の Twin:te では入力フォームのバリデーションはしているが、その原因やエラーをユーザに示していない。
その結果、特に授業の編集などで、なぜか保存ボタンが押せないがその理由がわからないという困りが発生している。
対策
現在の validation にエラーメッセージを加え、それを画面に表示するようにする。
具体的には
Result
型などにmessage
があり、validation に引っかかった場合は、message
を参照するなどするとよさそう。The text was updated successfully, but these errors were encountered: