input url mask url

mdma 02 Oct, 2015
Hello!!
i have a text field with an input mask url(http://)

the problem is: when writing alot of charcters that the field-width is exceeded the focus(?) of the actual writing gets hidden.
also navigating with arrow key right doesnt move the text.

So the text is fixed and cropped to the right.

how to recherche or solve this?
input mask is avaiable on github i have in mind. or am i wrong?
GreyHead 02 Oct, 2015
1 Likes
Hi mdma,

I'd suggest that you increase the size of the input; or remove the mask and just use the URL validation,

The input mask docs are on gitHub here,

Bob
mdma 02 Oct, 2015
thank you Bob!
Its a problem related to the plugin, so i asked there at github. Lets see...
maybe a configuration or a bug...
This topic is locked and no more replies can be posted.