What is the easiest way to display different text inside an input depending if it is focused or not.
Example
- Focused: 150
- NotFocused: 150 €
(when accessing the value, I should get 150)
I found this answer HTML5 event handling(onfocus and onfocusout) using angular 2. However I think there must be already a simple example, etc but I can't find it with google :)