Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-maskedinput

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-maskedinput - npm Package Versions

1

3.2.1

Diff

monastic.panic
published 3.2.0 •

Changelog

Source

3.2.0 / 2016-05-24

  • Allow dynamic pattern updating [[martyphee][martyphee]]
iamdustan
published 3.1.3 •

Changelog

Source

3.1.3 / 2016-05-02

  • Don’t call onChange function if undefined.
  • Update nwb to 0.9.x
iamdustan
published 3.1.2 •

Changelog

Source

3.1.2 / 2016-04-11

  • Support for React 15.x.x
iamdustan
published 3.1.1 •

Changelog

Source

3.1.1 / 2016-03-09

  • Convert tooling to use nwb [[bpugh]][[bpugh]]
  • Publish dist files
iamdustan
published 3.1.0 •

Changelog

Source

3.1.0 / 2016-02-11

  • Added support for value behaving as a controlled component.
insin
published 3.0.0 •

Changelog

Source

3.0.0 / 2015-10-23

Breaking change: Now uses a mask prop to define the input mask instead of pattern, to avoid preventing use of the the HTML5 pattern attribute in conjunction with the input mask.

Breaking change: React >= 0.14 is now required.

React 0.14 compatibility. [[jquense][jquense]]

Updated to inputmask-core@2.1.1

Updates based on inputmask-core@2.1.0:

  • Added placeholderChar prop to configure the placeholder character.
  • The mask's pattern is now changed if the pattern prop changes - the user's input so far is replayed with the new pattern (with mixed results - TBD).

UMD build is now available via npm in dist/. [[muffinresearch][muffinresearch]]

published 2.0.0 •

Changelog

Source

2.0.0 / 2015-04-07

Breaking change: inputmask-core@2.0.0 is now required.

Added undo/redo when Ctrl/Command + Z/Y are used.

insin
published 1.1.0 •

Changelog

Source

1.1.0 / 2015-03-26

Updated to inputmask-core@1.2.0

A formatCharacters prop can now be passed to configure input mask format characters.

insin
published 1.0.0 •

Changelog

Source

1.0.0 / 2015-03-25

Initial release features:

  • Based on inputmask-core@1.1.0
  • Basic editing works:
    • Typing, backspacing, pasting, cutting and deleting
    • Invalid content will be ignored if typed or pasted
    • Static parts of the mask can't be modfied
    • Editing operations can handle text selections
    • Tested in latest versions of Firefox, Chrome, Opera and IE
  • Placeholder generation and display when the mask has no user input
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc