Skip to content

fix: autovalidate 스위치 기본 처리 수정#68

Merged
seunghwanly merged 1 commit intomainfrom
fix/text-field-autovalidate-fallback
Mar 12, 2026
Merged

fix: autovalidate 스위치 기본 처리 수정#68
seunghwanly merged 1 commit intomainfrom
fix/text-field-autovalidate-fallback

Conversation

@seunghwanly
Copy link
Contributor

변경 요약

  • WdsTextFieldAutovalidateMode switch 기본 분기를 _ 패턴으로 변경했습니다.
  • WdsTextArea에도 동일한 처리를 적용해 enum 확장 시 컴파일 이슈를 피하도록 맞췄습니다.

테스트/검증 결과

  • dart_mcp analyze_files로 아래 파일 정적 분석 통과
  • 대상 파일
    • packages/components/lib/src/text_field/wds_text_field.dart
    • packages/components/lib/src/text_area/wds_text_area.dart

주의사항 또는 후속 작업

  • .fvmrc, .vscode/settings.json의 로컬 환경 변경은 이번 PR에 포함하지 않았습니다.

- 최신 Flutter SDK에서 AutovalidateMode enum 확장 가능성에 대응합니다.
- TextField와 TextArea의 기본 검증 분기를 동일하게 정리합니다.

Co-authored-by: OpenAI Codex <codex@openai.com>
@seunghwanly seunghwanly merged commit 06931e8 into main Mar 12, 2026
1 check passed
@seunghwanly seunghwanly deleted the fix/text-field-autovalidate-fallback branch March 12, 2026 08:17
@github-actions
Copy link

🎨 Widgetbook Preview

🧭 Branch: fix/text-field-autovalidate-fallback
🔗 Preview URL

💡 This preview will be updated automatically when you push new commits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant