Skip to content

Commit

Permalink
fix: textInput pattern & 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
lydiacho committed Jul 30, 2024
1 parent 219654b commit 20e08e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/constants/validationCheck.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const VALIDATION_CHECK = {
errorText: '잘못된 입력 형식이에요.',
},
textInput: {
pattern: /^[가-힣\s.,·()\-a-zA-Z\d]+$/,
pattern: /^[가-힣\s.,·()\-a-zA-Z\d&]+$/,
maxLength: 40,
errorText: '잘못된 입력 형식이에요.',
},
Expand Down

0 comments on commit 20e08e6

Please sign in to comment.