Skip to content

Conversation

@AarishMansur
Copy link
Contributor

Problem

AutocompleteInput supports the renderInput prop at runtime via the underlying MUI Autocomplete component, but this prop is not exposed in the TypeScript definition of AutocompleteInputProps
As a result TypeScript users cannot pass renderInput without losing type safety or relying on implicit typing.

Solution

This PR exposes the renderInput prop in the AutocompleteInput TypeScript interface by reusing the corresponding type from MUI’s AutocompleteProps There is no runtime behavior change this only aligns the TypeScript definition with the existing supported API.

How To Test

  1. Use AutocompleteInput with a renderInput prop in a TypeScript project.

  2. Verify that TypeScript accepts the prop without errors.

  3. Run the test suite (yarn test) to ensure no regressions are introduced.

Additional Checks

  • The PR targets master for a bugfix or a documentation fix, or next for a feature
  • The PR includes unit tests (not applicable typeScriptonly change with no runtime behavior)
  • The PR includes one or several stories (not applicable no UI or behavioral change)
  • The documentation is up to date(not required this prop was already supported at runtime)

Also, please make sure to read the contributing guidelines.

slax57 and others added 30 commits December 18, 2025 17:50
Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) from 8.6.11 to 8.6.15.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.15/code/core)

---
updated-dependencies:
- dependency-name: storybook
  dependency-version: 8.6.15
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
…rn/storybook-8.6.15

Bump storybook from 8.6.11 to 8.6.15
[Doc] Update `<DatagridAG>` docs following ra-datagrid-ag 7.0.0 release
…passed-to-reset

Fix `<Form>` ignores resetOptions when record changes
[chore] Fix security vulnerabilities in `qs` and `systeminformation`
[Doc] Clarify validation prop usage on ReferenceInput/ReferenceArrayInput
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 6.28.1 to 6.30.2.
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router@6.30.2/packages/react-router)

---
updated-dependencies:
- dependency-name: react-router
  dependency-version: 6.30.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
…rn/react-router-6.30.2

Bump react-router from 6.28.1 to 6.30.2
…alidation

[Doc] Fix `Validation` section position
…3ebb5cab47ad2804d9cc58e0cf0792a478

[Doc] Update RA Core EE documentation
…n-store-documentation

[Doc] Update `<AutoPersistInStore>` documentation
Bumps [devalue](https://github.com/sveltejs/devalue) from 5.5.0 to 5.6.2.
- [Release notes](https://github.com/sveltejs/devalue/releases)
- [Changelog](https://github.com/sveltejs/devalue/blob/main/CHANGELOG.md)
- [Commits](sveltejs/devalue@v5.5.0...v5.6.2)

---
updated-dependencies:
- dependency-name: devalue
  dependency-version: 5.6.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
WiXSL and others added 28 commits January 16, 2026 10:39
…erver Data Provider.

- add missing deleteMany usages in packages/ra-data-json-server/src/index.ts and packages/ra-data-json-server/README.md.
- reformat requests table in packages/ra-data-json-server/README.md
…r-delete-many-in-docs

docs: Add deleteMany method to README and source code docs for json-server Data Provider.
…l-order

[Fix] Keep `ColumnsSelector` search input fixed above menu list
'Longitude' used as placeholder in both places - one shuold be 'latitude'.
Bumps [diff](https://github.com/kpdecker/jsdiff) from 5.2.0 to 5.2.2.
- [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md)
- [Commits](kpdecker/jsdiff@v5.2.0...v5.2.2)

---
updated-dependencies:
- dependency-name: diff
  dependency-version: 5.2.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…rn/diff-5.2.2

Bump diff from 5.2.0 to 5.2.2
This should silence a development-only dependabot alert.
Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.21...4.17.23)

---
updated-dependencies:
- dependency-name: lodash-es
  dependency-version: 4.17.23
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.21...4.17.23)

---
updated-dependencies:
- dependency-name: lodash
  dependency-version: 4.17.23
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
…rn/lodash-4.17.23

Bump lodash from 4.17.21 to 4.17.23
…rn/lodash-es-4.17.23

Bump lodash-es from 4.17.21 to 4.17.23
@AarishMansur AarishMansur changed the base branch from master to next January 22, 2026 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

8 participants