when showMask is true. Focusing the screen setting the cursor at the end of the field as opposed to the start of the field **sudo code** ```ts const phoneNumberInputRef = useMask({ mask: "___-___-____", showMask: true, replacement: { _: /\d/ }, }); // HeroUI input field <Input ref={phoneNumberInputRef} .... > ``` https://github.com/user-attachments/assets/33a98c13-0dad-4ef7-9866-d1746f891b01
when showMask is true. Focusing the screen setting the cursor at the end of the field as opposed to the start of the field
sudo code
Kapture.2025-05-09.at.12.34.03.mp4