Skip to content

feat: Add placeholder prop to <SelectArrayInput> - #11326

Closed
erwanMarmelab wants to merge 1 commit into
masterfrom
feat/add-placeholder-prop-to-SelectArrayInput
Closed

feat: Add placeholder prop to <SelectArrayInput>#11326
erwanMarmelab wants to merge 1 commit into
masterfrom
feat/add-placeholder-prop-to-SelectArrayInput

Conversation

@erwanMarmelab

@erwanMarmelab erwanMarmelab commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Problem

<SelectArrayInput> cannot render a custom text when no choice is selected (e.g. "All Channels" in a filter).

Closes #10454.

Solution

Add a placeholder prop, rendered in place of the chips while the value is empty.

How To Test

http://localhost:9010/?path=/story/ra-ui-materialui-input-selectarrayinput--placeholder

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

Also, please make sure to read the contributing guidelines.

@erwanMarmelab erwanMarmelab added the RFR Ready For Review label Jul 29, 2026
@erwanMarmelab

Copy link
Copy Markdown
Contributor Author

This PR should target next. Here is the good PR -> #11327

@erwanMarmelab
erwanMarmelab deleted the feat/add-placeholder-prop-to-SelectArrayInput branch July 29, 2026 15:59
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.

Add emptyText property to SelectArrayInput

1 participant