John Mitchell
John Mitchell

Reputation: 281

Restricting the format of an input tag

Within an <input type="text" /> tag how do you I mask the input field so that the user is resricted to the following format [].[] and in between the brackets can be any number of characters.

As an example:

"[Analysis].[Analysis]" 

or a another example:

[Analysis-Result].[Analysis Result]"

Upvotes: 1

Views: 82

Answers (1)

Related Questions