표 css 통일, 라벨링

This commit is contained in:
leeheejin
2025-09-30 18:42:33 +09:00
parent d861eb5196
commit 8c437270a8
14 changed files with 35 additions and 33 deletions

View File

@@ -309,7 +309,7 @@ const SelectBasicComponent: React.FC<SelectBasicComponentProps> = ({
{...safeDomProps}
>
{/* 라벨 렌더링 */}
{component.label && component.style?.labelDisplay !== false && (
{component.label && (component.style?.labelDisplay ?? true) && (
<label
style={{
position: "absolute",