Vertexprint's input validation requires all values input to be valid numbers, complicating typing many rationals because the intermediate state of a decimal point at the end of a number is prohibited.
To demonstrate this, focus an option's text box and type 1., the period will be rejected because typing it creates an invalid number.
Non-natural numbers can presently be input by ensuring every state is a valid number—focus an option's text box, press 1, 1, left, then ., resulting in 1.1.
Vertexprint's input validation requires all values input to be valid numbers, complicating typing many rationals because the intermediate state of a decimal point at the end of a number is prohibited.
To demonstrate this, focus an option's text box and type
1., the period will be rejected because typing it creates an invalid number.Non-natural numbers can presently be input by ensuring every state is a valid number—focus an option's text box, press
1,1, left, then., resulting in1.1.