Even after trying numerous solutions from various forums, I am unable to make the placeholder display in my code. Maybe a fresh perspective can help spot what I might be missing. view image here
I have experimented with using "" as the value, as well as disable and hidden attributes, and even tried not creating a variable and simply typing the phrase. But nothing seems to work.
Here is the current output: view image here
Despite trying some top search results, none of them seem to be effective.
*****update https://i.sstatic.net/bRHeH.png
Out of the five attempts, only 3 are successful. The issue may lie with the array I'm using *ngFor... I vaguely remember reading something about that. For the other two attempts, the code is identical to the first successful one but for some reason, the placeholder refuses to work.