@ehfuse/mui-form-controls 3.0.61 → 3.0.62
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.
- package/README.md +2 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +2 -2
- package/dist/types.d.ts +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -274,6 +274,8 @@ import { AddressTextField } from '@ehfuse/mui-form-controls/address';
|
|
|
274
274
|
|
|
275
275
|
문자열 배열을 태그 칩으로 표시하고, 콤마·스페이스 등으로 태그를 확정합니다. `draggable`(기본 `true`)일 때 드래그로 순서를 바꿀 수 있습니다.
|
|
276
276
|
|
|
277
|
+
**여백·스타일:** 입력 칸 기준 좌우 패딩은 기본값에서 `theme.spacing`과 동일한 단위로 좌우 대칭(`px: 1.5`)입니다. 칩 줄만 손볼 때는 **`chipsSx`**, 아웃라인 안 레이아웃·패딩은 **`sx`**(이 컴포넌트에서는 `.MuiInputBase-root` 아래로 감싸져 적용됨). `slotProps` / `InputProps`는 MUI와 동일합니다. 자세한 셀렉터 예시는 [API — TagsTextField 스타일](./docs/ko/api.md#tagstextfield)을 참고하세요.
|
|
278
|
+
|
|
277
279
|
### 칩 X(삭제 아이콘) 클릭 시 순서
|
|
278
280
|
|
|
279
281
|
1. **`onDeleteBefore`**가 있으면 먼저 호출됩니다. **`false`를 반환하면 여기서 끝**이며, `onDelete`도 호출되지 않고 내부에서도 태그를 제거하지 않습니다.
|