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

[DS-87] TextField InputProps 미적용 이슈 해결 #135

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

LTakhyunKim
Copy link
Contributor

@LTakhyunKim LTakhyunKim commented Oct 12, 2023

DS-87

Description

Single TextField 사용 시, InputProps 가 적용되지 않는 이슈를 해결합니다.
이를 통해 Jira 티켓의 auto complete 레이아웃이 사라지는 이슈도 해결합니다.
해결되는 이유는 다음과 같습니다.

auto complete 레이아웃을 표기하기 위해선 Autocomplete renderInput props 의 parameter 를
TextField component 로 전달해야합니다. 위 parameter 에서 TextField InputProps Ref 를 전달해야하는데,
디자인 시스템 TextField 에서 InputProps 를 SingleTextField 로 전달하지 않아 레이아웃을 표기할 수 없는 이슈가 발생합니다.

@LTakhyunKim LTakhyunKim added the bug Something isn't working label Oct 12, 2023
@LTakhyunKim LTakhyunKim self-assigned this Oct 12, 2023
@github-actions
Copy link

@LTakhyunKim LTakhyunKim merged commit 6bbc649 into main Oct 31, 2023
3 checks passed
@LTakhyunKim LTakhyunKim deleted the ds-87-textfield-InputProps branch October 31, 2023 06:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants