This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
Input with placeholder not playing nicely with angular-translate #1742
Closed
Description
I don't know if it is a angular-translate problem or a material problem, but the fix (#1279) only is working for hardcoded labels (... placeholder="whatever" ...). If I use angular-translate (... placeholder="{{'key' | translate}}" ...) the result is fine if the field is not in focus, if I click on it the placeholder appears 2 times (looks like I am drunk lol).