[DS-82] TextField ref prop 사용 에러 이슈 해결 #136
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
DS-82
Description
TextField 컴포넌트에서 ref prop 사용 시, 에러가 발생하는 이슈를 해결합니다.
forwardRef
를 사용하지 않을 경우, ref prop 을 사용할 수 없으며 이로 인해 에러가 발생합니다.TextField component 에 forwardRef 를 사용하여 위 이슈를 해결합니다.
본 PR 은 TextField InputProps 미적용 이슈 해결 PR 머지 이 후 리뷰 부탁드립니다.