jQuery UI Widgets Forums Editors MaskedInput Prompt Char behaviour of Masked Input

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Prompt Char behaviour of Masked Input #62992

    Ramya4
    Participant

    Hi ,

    The default promptChar is “-“. But instead of “-” , if i set the property to “” and give an input for 6 digits and when user tries to delete values from the mid of entered text, it automatically appends last text up to the declared length for the input. Can we handle this behavior in other way ? Or is there any workaround ?

    Prompt Char behaviour of Masked Input #62995

    Dimitar
    Participant

    Hello Ramya4,

    The promptChar property cannot be set to an empty string. The very idea of jqxMaskedInput is to show characters to prompt the user to input the required information. The closest you can get is setting promptChar to ” ” (space).

    Best Regards,
    Dimitar

    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.