Things left unimplemented in RF 4.0.0.Final
- Number converter, basic implementation doesn't support:
- Currency type format
- percent type
- pattern
- locale
- Limit number of integer or fraction digits
- Date and Time converter, no JavaScript implementation yet.
- JSR-303 Validators
- Validators that require number converter:
- @DecimalMin
- @DecimalMax
- @Digits
- Validators that require date/time converter:
- @Future
- @Past
- @Null validator, not sure that it makes sense on client side because input element value always contains some string.
- Validators that require number converter:
Comments