input url mask url

How to fix text being hidden when typing long URLs in an input mask field.

Overview

The issue occurs because the input mask plugin crops text to the right when the field width is exceeded, preventing scrolling and navigation.
Update the Input Mask plugin to the latest version, as the bug has been resolved in newer releases.

Answered
md 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?
Gr 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
md 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.