react-pin-input
react-pin-input copied to clipboard
Unable to manipulate CSS/styling for the placeholder
The placeholder is created in a shadow DOM right now and there's no way to modify the styling.
Please at least add "part" attributes on the elements within the shadow DOM to allow developers to customize the stylings.
Or, another alternative is to add another props like "placeholderStyle".