You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checkbox가 secondary일 때 같은 컴포넌트가 nested된 형태가 될 수 있고, 이 때 부모와 자식컴포넌트의 checked상태가 유기적으로 연결되어야 한다. 구현 자체는 provider를 적절히 사용하면 가능할 것 같은데, 컴포넌트가 checked 속성으로 받는 값과 부모/자식 컴포넌트의 checked상태에 의해 결정되는 값이 다를 때 둘 중 어느 값으로 checked 상태를 결정해야 하는지 고민됨. secondary일 때는 uncontrolled로 사용하는 것을 강제해야할지, 강제한다면 어떤식으로 해야할지도 아직은 명확하지 않은 상태.
The text was updated successfully, but these errors were encountered:
고민되는 점)
Checkbox가 secondary일 때 같은 컴포넌트가 nested된 형태가 될 수 있고, 이 때 부모와 자식컴포넌트의 checked상태가 유기적으로 연결되어야 한다. 구현 자체는 provider를 적절히 사용하면 가능할 것 같은데, 컴포넌트가 checked 속성으로 받는 값과 부모/자식 컴포넌트의 checked상태에 의해 결정되는 값이 다를 때 둘 중 어느 값으로 checked 상태를 결정해야 하는지 고민됨. secondary일 때는 uncontrolled로 사용하는 것을 강제해야할지, 강제한다면 어떤식으로 해야할지도 아직은 명확하지 않은 상태.
The text was updated successfully, but these errors were encountered: