I have a Datepicker for which i would like to assignee a Placeholder which im trying to do with this code:
<ejs-datepicker id="EndDate" ejs-for="EndDate" firstDayOfWeek="1" cssClass="datepicker" placeholder="@(Localizer.GetString(LocalizationKeys.DateEnd))" floatLabelType="Always"></ejs-datepicker>
But after the site is loaded the placeholder is replaced by the default localized Text from the locals file.
When trying to find the error i found that on creation the Datepicker had the correct placeholder but it gets overwritten by the localization at some point.