[NUI] Add MaxLength property and signal to TextEditor (#1901)
authorSeoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Wed, 12 Aug 2020 05:41:47 +0000 (14:41 +0900)
committerGitHub <noreply@github.com>
Wed, 12 Aug 2020 05:41:47 +0000 (14:41 +0900)
commit4920d2bdb1f7e272979e0661f0b0490a0d7a5f2c
tree94109721b2e22461596607a8d46b3fa053060147
parent2031695d8c6d132556b576cdd14667937c6a12df
[NUI] Add MaxLength property and signal to TextEditor (#1901)

- To limit input to maximum characters in TextEditor,
 added MaxLength property and MaxLengthReached signal

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
src/Tizen.NUI/src/internal/Interop/Interop.TextEditor.cs
src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs
src/Tizen.NUI/src/public/BaseComponents/TextEditorBindableProperty.cs
src/Tizen.NUI/src/public/BaseComponents/TextEditorEvent.cs
test/NUITestSample/NUITestSample/examples/text-test.cs