You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
melloware
added
Type: Bug
Issue contains a defect related to a specific component.
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Jan 30, 2025
Also just discovered if you rename the prop 'filterPlaceholder' to 'placeholder' it works fine.
So you could alternatively update the documentation instead of the codebase (if thats a preferable route for you)
Describe the bug
In the OrderList component, the filterPlaceholder prop does not work (it does not add any placeholder text on render)
Reproducer
https://stackblitz.com/edit/qdw7ced7?file=src%2FApp.jsx
System Information
Steps to reproduce the behavior
Expected behavior
Placeholder text should be present, when the filterPlaceholder prop is assigned to a string.
The text was updated successfully, but these errors were encountered: