I need a utility for a text box so that by default it have 60 or may be more '.' characters, as the user types in dots '.' will be replaced by the user input and if user presses backspace his character will be replaced by dot '.' i am using this for applying masking on textbox, but it is not working as per the expectation can i you please suggest me how to alter this or may be any other script or code.
code i have applied is
$('.desc-odd input').mask("**************************************************************************************************************", { placeholder: "." });