Current Behaviour : In the TextInput component, the placeholder prop accepts an only string or undefined type. Expected Behavior: Need a React.ReactElement type in TextInput placeholder prop to pass a custom component.