-
Hey guys, I think it's good idea to add such components to the lib, as those are essential to any project nowadays :) Thanks for your great job, lib is awesome ;) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@darthwade Hi! Thanks for the good suggestion! We've done some research on this topic and found out that |
Beta Was this translation helpful? Give feedback.
@darthwade Hi! Thanks for the good suggestion! We've done some research on this topic and found out that
mask
implementation adds about15kb
of minified code to the bundle, so we can't afford it until we implement code splitting. However, you can use anyinputMask
library such as react-number-format. it works smoothly withVKUI
Input
.<NumberFormat customInput={Input} format="#### #### #### ####" />