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
We are using Textbox in an uncontrolled way in the Select components which is causing a deprecation warning to be logged in the console even when the component has an onChange and value passed
…rom being fired
Ensures that Textbox used in Select components is used in a controlled manner to prevent the
deprecation warnings from being fired
fix#6883
Description
We are using Textbox in an uncontrolled way in the Select components which is causing a deprecation warning to be logged in the console even when the component has an onChange and value passed
Reproduction
https://stackblitz.com/edit/parsium-carbon-starter-7feesv
Steps to reproduce
Load repro and inspect console for deprecation warning
JIRA ticket numbers (Sage only)
No response
Suggested solution
Use the composed Textbox in a controlled way or add a mechanism to disable the warning when in Select
Carbon version
latest
Design tokens version
4.32.0
Relevant browsers
Firefox, Chrome, Safari, Microsoft Edge
Relevant OSs
MacOS
Additional context
No response
Confidentiality
The text was updated successfully, but these errors were encountered: