We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
flex-wrap
FormGroup
아래 이미지처럼 FormGroup을 사용해서 TextField 여러 개를 가로 배치할 때, flex-wrap 속성을 오버라이딩 해야하는 불편함이 있습니다.
TextField
FormGroup 내부에서 direction 에 관계없이 flex-wrap: wrap 으로 주고 있는 것이 원인입니다. FormGroup의 direction 속성에 따라서 flex-wrap 속성을 다르게 주는 것이 좋아보입니다.
direction
flex-wrap: wrap
bezier-react/packages/bezier-react/src/components/Forms/FormGroup/FormGroup.styled.ts
Lines 1 to 7 in 19ca751
The content you are editing has changed. Please copy your edits and refresh the page.
Activity