Common scenario that the submit action is done automatically when user enters last digit of PIN. But currently the only option os to add a TextWatcher and check the length of entered PIN. This logic may be included inside the component that will provide just simple callback called only in case full PIN has been entered.
Common scenario that the submit action is done automatically when user enters last digit of PIN. But currently the only option os to add a TextWatcher and check the length of entered PIN. This logic may be included inside the component that will provide just simple callback called only in case full PIN has been entered.