I have an application that expection 5 digits from user. It looks like this exampe:
Code: Select all
<field name="some_var" type="digits">
<filled>
<if cond="pin.length == 5">
//do smth
<else/>
//do smth else
</if>
</filled>
</field>
Code: Select all
<property name="interdigittimeout" value="6s"/>
Please, advice? is it possible to set-up system not to wait 6 seconds when 5 digits were set and # was _not_ pressed?
Ivan