How to allow HTML in Placeholder in Form?
My current code is this:
But the output is escaped so I see <div. .. instead of just the red date.
How to make HTML work with placeholder in form?
1 Reply
Solution
OK, it seems that just changing the return type did the thing.