Code: Select all
<property name="interdigittimeout" value="3s"/>
Code: Select all
<field name="userTn" cond="!tnValid" type="digits?minlength=10;maxlength=10">
By way of debugging, I've lengthened the interdigittimeout timer to 10s and still cannot collect a ten digit number successfully. The system rapidly times out and collects just the first digit or digits.
Query: is the interdigittimeout property honored at the document level?