jQWidgets Forums

jQuery UI Widgets Forums Editors MaskedInput MaskedInput entry point

This topic contains 1 reply, has 2 voices, and was last updated by  Stanislav 7 years, 1 month ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • MaskedInput entry point #99170

    DXC13
    Participant

    I noticed that the user needs to start at the first position in order to fully enter the value. Example: Phone Number input $(“#numericInput”).jqxMaskedInput({ width: ‘250px’, height: ’25px’, mask: ‘(###)###-####’});

    Textbox contains (___)___-____ if the user click on position greater than 1 then enters data the data starts at that point (___)___-_123 instead of sliding it left to the first number. (123)___-____

    Is there a way to either force the users to start entry at position 1 or first available position?

    Thanks

    MaskedInput entry point #99182

    Stanislav
    Participant

    Hello DXC13,

    Here is an example: Link

    Best Regards,
    Stanislav

    jQWidgets Team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.