I am looking for a way to accept 6 digits with the StandardPinPadDialog but I am unable to find any information in the documentation or online. Thanks in advance for any assistance.
I haven't tried this, but the docs imply it should work. Doesn't necessarily mean it will!
myDialog.textEditBox.maxTextLength = 6
https://developer.roku.com/en-ca/docs/references/scenegraph/standard-dialog-framework-nodes/standard...