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
채팅 입력 문자열 제한 이슈 프론트쪽에서 이슈로 올렸었던 채팅입력시 필요한 입력에 대한 이야기입니다.
현재 프론트에서는 input tag에 문자열 제한을 maxLength=100으로 막아뒀습니다. 프론트 이후에 백엔드나 AI서버 쪽에서도 이중체크가 되도록 에러 핸들링 부탁드려용
maxLength=100
The text was updated successfully, but these errors were encountered:
No branches or pull requests
채팅 입력 문자열 제한 이슈
프론트쪽에서 이슈로 올렸었던 채팅입력시 필요한 입력에 대한 이야기입니다.
현재 프론트에서는 input tag에 문자열 제한을
maxLength=100
으로 막아뒀습니다. 프론트 이후에 백엔드나 AI서버 쪽에서도 이중체크가 되도록 에러 핸들링 부탁드려용The text was updated successfully, but these errors were encountered: