GoncharukOrg / react-input

109 stars 9 forks source link

Setting showMask to true, does not initially show the mask until you enter a character #28

Closed sdancer75 closed 4 months ago

sdancer75 commented 4 months ago

Setting showMask to true does not initially show the mask until you enter a character

version 1.2.5 @react-input/mask MUI 5 / React

Initial Rendering image

After entering the 1st character image

I expected to see that with the initial rendering image

sdancer75 commented 4 months ago

Initialization error from my side.