📌QSelectBox 코드 수정

- remove unused code
- modify sample code
This commit is contained in:
yoosangwook 2025-01-08 09:23:30 +09:00
parent a2d92ba80b
commit 2980b07265
2 changed files with 1 additions and 2 deletions

View File

@ -537,7 +537,7 @@ export default function Playground() {
<Button onClick={handleChangeMyData2}>QSelectBox dynamic data bind change!!</Button>
</div>
<div className="my-2">
<QSelectBox options={[]} value={{}} sourceKey="id" targetKey="raftBaseCd" showKey="clCodeNm" />
<QSelectBox title="초기값 테스트" options={[]} value={{}} sourceKey="id" targetKey="raftBaseCd" showKey="clCodeNm" />
</div>
<div className="my-2">
<SampleReducer />

View File

@ -1,7 +1,6 @@
'use client'
import { useEffect, useRef, useState } from 'react'
import { useOnClickOutside } from 'usehooks-ts'
import { isObjectNotEmpty } from '@/util/common-utils'
/**
*