-
Notifications
You must be signed in to change notification settings - Fork 48
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
Fix flex-wrap
property of FormGroup
according to 'direction' property
#1720
Labels
enhancement
Issues or PR related to making existing features better
Comments
yangwooseong
added
enhancement
Issues or PR related to making existing features better
good first issue
Issue that good for newcomers
labels
Nov 10, 2023
@chaejunlee 답변이 늦어 죄송합니다! 저희 팀 디자이너에게 확인해보니, 올려주신 첫번째 스크린샷처럼 그려져야 합니다. 먼저 y축으로 쌓이되, 넘칠 경우 우측 y축부터 다시 쌓이는 방식입니다. |
해결되었나요? |
@YuHyeonWook 아니요, 우선순위가 많이 높지는 않아보여서 TODO로 남겨두고 있는 상태입니다. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
아래 이미지처럼
FormGroup
을 사용해서TextField
여러 개를 가로 배치할 때,flex-wrap
속성을 오버라이딩 해야하는 불편함이 있습니다.Description
FormGroup
내부에서direction
에 관계없이flex-wrap: wrap
으로 주고 있는 것이 원인입니다.FormGroup
의direction
속성에 따라서flex-wrap
속성을 다르게 주는 것이 좋아보입니다.bezier-react/packages/bezier-react/src/components/Forms/FormGroup/FormGroup.styled.ts
Lines 1 to 7 in 19ca751
Tasks
References
The text was updated successfully, but these errors were encountered: