igorescobar / jQuery-Mask-Plugin

A jQuery Plugin to make masks on form fields and HTML elements.

Home Page:http://igorescobar.github.io/jQuery-Mask-Plugin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Input mask for just text

karlhadwen opened this issue · comments

I've been searching for the past hour in regards to see if the plugin can work with just text, at any length, and with any amount of words. Is this possible?

An example would be:

Company Name: jQuery Mask Plugin Company

The mask being: Company Name:

@karlhadwen sorry but we don't support mask prefix or sufix, only placeholders.

This can be a future feature? (maybe?)

@karlhadwen I'm sorry. I have noticed that I gave you a retarded answer 😆 . You can achieve that by using recursive the pattern (also explained on docs).