Hi All,
I want to remove the placeholder value for input field i.e. "0" shown at mouse hover on input field while using "Mask Currency" and want to show the prompt i.e. placeholder which I want to show in UI(My module).
Kindly help me with this to achieve?
Thanks in advance! :)
Regards,
Saksham Srivastava
Hi Saksham,
In Input Mast component their are some JS , you need to update it and use it.
FileName -inputmask - line no - 470-476
their is mouseenterEvent you need to update it .
Regards
Rahul
Hi Rahul,
Thanks for the solution but I still see the same issue on mouse hover.
I tried to comment the same but still facing the same issue.