Skip to content

Public release 1.3.5

Compare
Choose a tag to compare
@dmytrokhl dmytrokhl released this 28 Apr 13:10
· 370 commits to master since this release
c8c42bc

What's new

  • Divider - new VGSConfiguration attribute. If set, this will add divider string to the input text in submit request.
  • Now we support two expiration date formats: MM/YY & MM/YYYY. Change formatPattern to "##/##" or "##/####" accordingly.

Changes

  • Now input from VGSTextField with type .expDate will be send to backed with divider / in format "MM/YY". You can change default format by setting .formatPattern and .divider in field configuration.