Menu

Recent Revisions

Use the following table to track revisions to Flex Microform documentation.
Version
Description
0.4.4
Added
: Support for keys created with multiple
targetOrigin
values. These can be specified in a space separate format in the
/keys
request.
0.4.3
Added
:
  • Option to set
    title
    attribute for card number input.
  • Option to supply
    aria-describedby
    text for screen reader support.
  • Support for multiple instances of Microform on a single page.
Fixed
: Internet Explorer no longer incorrectly triggers a validation change event on the initial focus of the card number field.
0.4.2
Changed: Spaces in the card number will no longer be inserted for users on Android 7 devices due to user experience issues.
0.4.1
Added
:
cardTypeChange
event also returns validation information on a per card basis.
Changed
: Improvement to card detection accuracy.
0.4.0
Added
: You can now programmatically set user focus to the Microform input field using
microformInstance.focus()
.
Fixed
:
  • Improved keyboard navigation when using TAB or SHIFT + TAB in Internet Explorer and Firefox.
  • Improved keyboard navigation to correctly skip hidden fields within the iframe.
  • Prevent browser from attempting to focus on input field if it has previously been disabled using
    microformInstance.disable()
    .
Back to top