Skip to content

1.4.0

Compare
Choose a tag to compare
@dm4t2 dm4t2 released this 08 May 08:31

Features

  • introduce global options to allow override of default options
  • add $parseCurrency method to get number value from currency formatted string, closes #9
  • improve event handling
    • change internal input event name to 'value-change' since 'change' is already fired on blur
    • consider also custom event listeners registered on the component
    • fix timing problem when formatting the initial value