@lawkit/ui 0.1.48 → 0.1.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -37,7 +37,7 @@ export interface AutoCompleteProps extends Omit<InputHTMLAttributes<HTMLInputEle
|
|
|
37
37
|
footer?: ReactNode;
|
|
38
38
|
/**
|
|
39
39
|
* multiple 모드에서 선택된 옵션을 목록에서 빼지 않고 유지한다(선택 표시·클릭 토글).
|
|
40
|
-
* 기본 false(선택 시 목록에서 제외하고 badge로만 표시).
|
|
40
|
+
* 기본 false(선택 시 목록에서 제외하고 badge로만 표시). dz
|
|
41
41
|
*/
|
|
42
42
|
showSelectedInList?: boolean;
|
|
43
43
|
}
|