Fix mobile selection on input boxes
This commit is contained in:
@@ -16,6 +16,9 @@ public class AccountForgotDetails : MonoBehaviour
|
||||
|
||||
void Awake()
|
||||
{
|
||||
forgotDetailsEmailInput.onSelect.AddListener((_) => forgotDetailsEmailInput.caretPosition = forgotDetailsEmailInput.text.Length);
|
||||
forgotDetailsVerifyCodeInput.onSelect.AddListener((_) => forgotDetailsVerifyCodeInput.caretPosition = forgotDetailsVerifyCodeInput.text.Length);
|
||||
|
||||
forgotDetailsBackButton.onClick.AddListener(() =>
|
||||
{
|
||||
forgotDetailsBackButton.interactable = false;
|
||||
|
||||
Reference in New Issue
Block a user