Commit Graph

4 Commits

Author SHA1 Message Date
Steve Sanderson 91a6fcc93d
Improve reliability of globalization E2E tests (#13678) 2019-09-06 16:20:14 +01:00
Ryan Nowak 138a24c79c Add globalization support for forms
Updates our form controls to behave correctly when used
in non-en-US cultures.

Adds E2E tests for the same
2019-07-09 16:57:57 -07:00
Ryan Nowak 80f71bcd1f Support more cases for date parsing
We didn't have support for DateTimeOffset, nor support for parsing
formats with nullable DateTime.

Added E2E tests for bind + DateTime/DateTimeOffset.

Added E2E tests for 'manual bind' with number and date field. These
can't use `@bind` without a compiler update. This PR will add the
runtime support we need, so we can update the compiler.
2019-07-09 16:57:57 -07:00
Ryan Nowak 1e6739f108 Add globalization tests
Adds tests for current culture bind with text fields

This already functions correctly without new features or modifications.
2019-07-09 16:57:57 -07:00