diff --git a/docs/docs/api/mui.md b/docs/docs/api/mui.md index 425b6e2..d6bbded 100644 --- a/docs/docs/api/mui.md +++ b/docs/docs/api/mui.md @@ -11,6 +11,7 @@ The following props are always excluded: `name`, `value`, `error`, and additiona ```jsx import { Autocomplete } from 'formik-mui'; +import { TextField } from '@mui/material'; const options = [{ title: 'The Shawshank Redemption', year: 1994 }, ...]