[Input] slots overrides for startDecorator and endDecorator are not populated #38281
Open
2 tasks done
Labels
component: text field
This is the name of the generic UI component, not the React module!
status: expected behavior
Does not imply the behavior is intended. Just that we know about it and can't work around it
Duplicates
Latest version
Steps to reproduce 🕹
Link to live example:
https://codesandbox.io/s/thirsty-germain-4c4d9p?file=/src/App.js
Steps:
slots
config for the<Input />
componentin the CopePen attached you can see that overriding has no effect on the DOM but input component is populated correctly
Current behavior 😯
slots for startDecorator and endDecorator are not populated, element is not visible in the DOM
Expected behavior 🤔
slots for startDecorator and endDecorator are populated with components that are passed
Context 🔦
No response
Your environment 🌎
No response
The text was updated successfully, but these errors were encountered: