I am using the following style for placeholder, but it turns the input text (when i start typing) to start from right to left. Now i am seeing this example, it is just text-align, but why mine is formatting wrong? Here is the fiddle for my example
input[placeholder="Required"]{
text-align: right;
}