I'm having an issue: I need to create inputs with different states, including when the text is longer than the input itself. In this case, the extra text should fade out with a gradient transparency effect:
https://i.sstatic.net/r5qQu.jpg
Here is my current code snippet:
.Input {
position: relative;
width: 100%;
border: none;
width: 200px;
}
// Rest of the CSS code...
Any assistance on this matter would be greatly appreciated.
Thank you in advance!