chore(dateInput): simplify language

This commit is contained in:
Marin Bratanov 2019-08-15 08:24:55 +03:00 коммит произвёл GitHub
Родитель b14ee0f767
Коммит a046aa1d37
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -122,7 +122,7 @@ K - kind - not tested until localization arrives, maybe never will be supported
The .NET framework also has a list of standard formats for dates: [https://docs.microsoft.com/en-us/dotnet/standard/base-types/standard-date-and-time-format-strings](https://docs.microsoft.com/en-us/dotnet/standard/base-types/standard-date-and-time-format-strings). They are **not** supported with the Telerik Date Input for Blazor at this point.
>caution While the results of unsupported format specifiers values will render correctly, editing is impossible because their formats are only implemented on the server (in .NET) and do not have equivalents in our JS Interop which is requires for the end user experience.
>caution While the results of unsupported format specifiers values will render correctly, editing is not supported.
<!--