Convert CR or CR+LF to LF.
[platform/core/uifw/dali-toolkit.git] / docs / content / shared-javascript-and-cpp-documentation / text-field.md
index c06c434..76cea4c 100644 (file)
@@ -13,6 +13,8 @@ Before any text has been entered, the TextField can display some placeholder tex
 An alternative placeholder can be displayed when the TextField has keyboard focus.
 For example a TextField used to enter a username could initially show "Unknown Name", and then show "Enter Name." when the cursor is shown.
 
+Note *CR+LF* new line characters are replaced by a *LF* one.
+
 ~~~{.cpp}
 // C++