[NUI] TextField and TextEditor have Focusable set to true.
authorjoogab.yun <joogab.yun@samsung.com>
Thu, 2 Jun 2022 00:59:01 +0000 (09:59 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 2 Jun 2022 09:14:59 +0000 (18:14 +0900)
commitc4492129603f245d18f5f026bb4f022442915f51
treeb6fb1df3be2cbfdeea6fd75e57a93319173e82e3
parent6dc6329a50e76cf521a302774f3035de8a634181
[NUI] TextField and TextEditor have Focusable set to true.

If Focusable is true, it can receive focus when moved by the keyboard

This is a fix patch to put back in because Focusable=true was removed in another patch.
src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs
src/Tizen.NUI/src/public/BaseComponents/TextField.cs