[NUI] Added string key to Placeholder PropertyMap
authorBowon Ryu <bowon.ryu@samsung.com>
Thu, 22 Jul 2021 03:24:24 +0000 (12:24 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 26 Jul 2021 09:00:32 +0000 (18:00 +0900)
commit3291ea2d846e6084a6c5a401c3421413a933b1f4
tree2b6ca319f848c6c41296c44bae958dd0c8868017
parentbe95627d1adb072977a9c70647941937576d4ca5
[NUI] Added string key to Placeholder PropertyMap

The Placeholder map use string key to set value in NUI.
But, user must use the index key to get value.

This causes confusion and inconvenience to users.
This patch allows users to get value using string key.

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs
src/Tizen.NUI/src/public/BaseComponents/TextField.cs