1.2.0 • Published 7 months ago

@mukhindev/mui-async-autocomplete v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

@mukhindev/mui-async-autocomplete

Extended MUI Autocomplete

Inner props

Variant for integration to others controllers (no label and border).

Add style overrides for MuiTextField to MUI theme.

const components = {
  MuiTextField: {
    styleOverrides: {
      root: {
        // Inner styles
        "&.variant_inner": {
          // Прячем label
          ".MuiInputLabel-root": {
            visibility: "hidden",
          },
          // Hide border
          fieldset: {
            border: "none",
          },
        },
      },
    },
  },
}
1.2.0

7 months ago

1.1.1

9 months ago

1.1.0

9 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago