rifm
rifm copied to clipboard
React Input Format & Mask, tiny (≈800b) component to transform any input component into formatted or masked input. Supports number, date, phone, currency, credit card, etc
Is it possible to mask time in HH:MM format using rifm? I need to implement following behavior: | User Input | Mask result | |------------|-------------| | 39:60 | _9:_0 |...
Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.2.2 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
I'm trying to apply this mask `0.000.000,00` for Brazilian currency I'd like to have the following behavior: 1 cents -> 0,01 (when user types 1, it gets 0,01) 10 cents...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
I have found that this dependency breaks support for projects relying on IE 11 investigating https://github.com/mui-org/material-ui/issues/24167. For instance, see the arrow function returned in http://unpkg.com/rifm.
Bumps [next](https://github.com/vercel/next.js) from 9.4.2 to 11.1.3. Release notes Sourced from next's releases. v11.1.3 See https://github.com/vercel/next.js/releases/v12.0.5 for details about this patch. v11.1.3-canary.105 Core Changes Update swc-minify-enabled link: #30290 Fix middleware header...
not sure if this is the right place, but i noticed an edge case within the demo sandbox for Negative Number Format. When a user tries to type `-` in...
Bumps [tar](https://github.com/npm/node-tar) from 4.4.8 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...
Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.3 to 1.7.4. Release notes Sourced from color-string's releases. 1.7.4 Patch Release 1.7.4 Fix bug in .to.hex() output if the inputs aren't rounded numbers (#25) 1.7.3 Patch...