Skip to content
New issue

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

[APP-183] Input 컴포넌트 capitalize 기능 비활성화 #155

Merged
merged 2 commits into from
Nov 18, 2023
Merged

Conversation

eunbae0
Copy link
Member

@eunbae0 eunbae0 commented Nov 18, 2023

Key Changes

  • Input 컴포넌트의 자동 capitalize 기능을 제한하였습니다.

Details

  • text input 컴포넌트에 아래와 같은 prop를 추가하였습니다.
autoCapitalize="none"

Closes Issue

close #150

@eunbae0 eunbae0 self-assigned this Nov 18, 2023
Copy link

commit-lint bot commented Nov 18, 2023

Features

  • autoCapitalize 속성 추가 (fcf8013)
  • autoCapitalize 옵션 추가 (b45282d)

Contributors

eunbae0

Commit-Lint commands

You can trigger Commit-Lint actions by commenting on this PR:

  • @Commit-Lint merge patch will merge dependabot PR on "patch" versions (X.X.Y - Y change)
  • @Commit-Lint merge minor will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
  • @Commit-Lint merge major will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
  • @Commit-Lint merge disable will desactivate merge dependabot PR
  • @Commit-Lint review will approve dependabot PR
  • @Commit-Lint stop review will stop approve dependabot PR

@eunbae0 eunbae0 merged commit fb6eceb into main Nov 18, 2023
1 of 3 checks passed
@eunbae0 eunbae0 deleted the APP-183 branch November 18, 2023 19:18
@eunbae0 eunbae0 restored the APP-183 branch December 3, 2023 15:01
@eunbae0 eunbae0 deleted the APP-183 branch March 26, 2024 09:06
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.

[APP-183] Input 컴포넌트 capitalize 기능 비활성화
1 participant