@ehfuse/mui-form-controls 3.3.2 → 3.3.4

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
@@ -216,6 +216,8 @@ export type AutocompleteProps = BaseTextFieldProps & {
216
216
  dropdownMinWidth?: number;
217
217
  /** true면 내부 라벨 필터를 끈다. 호출부가 options 를 이미 검색·정렬해 넘길 때(외부 필터). 기본 false. */
218
218
  disableFilter?: boolean;
219
+ /** true면 목록이 열린 상태에서 Tab 을 누를 때 하이라이트된 옵션을 선택하고 다음 칸으로 이동한다. 기본 false. */
220
+ selectOnTab?: boolean;
219
221
  freeSolo?: boolean;
220
222
  forcePopupIcon?: boolean;
221
223
  popupIcon?: React.ReactNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ehfuse/mui-form-controls",
3
- "version": "3.3.2",
3
+ "version": "3.3.4",
4
4
  "description": "Material-UI form controls and text fields for complex forms",
5
5
  "private": false,
6
6
  "publishConfig": {