표 css 통일, 라벨링
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user