@ehfuse/mui-form-controls 3.1.33 → 3.1.34

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/dist/types.d.ts CHANGED
@@ -182,6 +182,8 @@ export type AutocompleteProps = BaseTextFieldProps & {
182
182
  moveFocusOnSelect?: boolean | number;
183
183
  clearOnBlur?: boolean;
184
184
  disablePortal?: boolean;
185
+ /** portal 드롭다운 최소 너비(px). 좁은 앵커(그리드 셀 등)에서 옵션 가독성 확보용. 기본 240. */
186
+ dropdownMinWidth?: number;
185
187
  freeSolo?: boolean;
186
188
  forcePopupIcon?: boolean;
187
189
  popupIcon?: React.ReactNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ehfuse/mui-form-controls",
3
- "version": "3.1.33",
3
+ "version": "3.1.34",
4
4
  "description": "Material-UI form controls and text fields for complex forms",
5
5
  "private": false,
6
6
  "publishConfig": {