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
DateInput component width on render is not consistent with other components.. I believe it has to do with the class "slds-dropdown-trigger" it is wrapped inside.
DateInput doesn't have a default value and that's why it gives react uncontrolled warning. "Warning: A component is changing an uncontrolled input of type undefined to be controlled. "
Please fix these two issues in DateInput.
The text was updated successfully, but these errors were encountered:
DateInput component width on render is not consistent with other components.. I believe it has to do with the class "slds-dropdown-trigger" it is wrapped inside.
DateInput doesn't have a default value and that's why it gives react uncontrolled warning. "Warning: A component is changing an uncontrolled input of type undefined to be controlled. "
Please fix these two issues in DateInput.
The text was updated successfully, but these errors were encountered: