frontend
frontend copied to clipboard
Generator allows non-integer answers in StudioTemplatePropertyType.INTEGER questions
Frontend Generator allows non-integer answers in questions that have property type StudioTemplatePropertyType.INTEGER
. E.g. entering 2.45439
or iamnotanumber
will not cause a failure and may lead to unexpected results later.
Frontend Generator still allows non-integer answers in StudioTemplatePropertyType.INTEGER questions. Entering 2.45439
or iamnotanumber
still not cause a failure.
Likely to be caused by #329