-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
url mask placeholder option #93
Comments
hey @monecchi how u doing? well, the in this case its better use an custom mask. i belive the follow mask will work:
|
@eduardoborges Thanks! I'll give it a try! |
Hey @monecchi, results? haha |
@eduardoborges Thanks for following up. It worked somehow… Although the regex did the trick, the masked result is only readable (visible) after submitting the form, it has a sort of “glitch” and it does not allow typing the (.) dot also. I’ll keep an eye on that in order to see if I’m applying it the right way. |
How do I change the placeholder for the url mask?
I'm using Next.js 14 with along 'react-hook-form'
The following does not seem to work:
I want to change the placeholder for the url mask placeholder from
http://
to https...I've gave the code a look here, and it seems to be set to
https
by default, but my placeholder ishttp
as also the input masked value:http://mywebsite.com
The text was updated successfully, but these errors were encountered: