Skip to content

Fix <AutocompleteArrayInput> silently ignoring emptyText and emptyValue - #11325

Open
erwanMarmelab wants to merge 1 commit into
masterfrom
fix/autocomplete-array-input-empty-text
Open

Fix <AutocompleteArrayInput> silently ignoring emptyText and emptyValue#11325
erwanMarmelab wants to merge 1 commit into
masterfrom
fix/autocomplete-array-input-empty-text

Conversation

@erwanMarmelab

@erwanMarmelab erwanMarmelab commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Closes #8425

Problem

Solution

  • Remove the emptyValue prop from the <AutocompleteArrayInput> documentation.
  • Log a development warning when either prop is passed to a multiple autocomplete input, instead of ignoring it silently.

Additional Checks

  • The PR targets master for a bugfix or a documentation fix, or next for a feature
  • The PR includes unit tests (if not possible, describe why)
  • [ ] The PR includes one or several stories (if not possible, describe why)
  • The documentation is up to date

@erwanMarmelab erwanMarmelab added the RFR Ready For Review label Jul 29, 2026
@erwanMarmelab
erwanMarmelab requested a review from pysnooLab July 29, 2026 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

RFR Ready For Review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The documentation says that <AutocompleteArrayInput> supports the emptyText property, but it does not work.

1 participant