Description
When parsing with a textNumberPattern that contains the grouping separator, the comma doesn't seem to be required in the input, even when textNumberCheckPolicy="strict". There should be some way to force the inclusion of the comma in the input.
So if textNumberPattern="#,##0.##;-#,##0.##" there should be a way to have input like "12345" (no commas) fail.