in jquery inputmask plugin "tabthrough"
setting exists. how can add support keyboard right , left arrow navigation? if in mask there more 1 static mask character , press arrow keys cursor goes through static part 1 symbol per pressed key. want go through static part of mask next or previous active part.
example of mask: "i[i[i]] – i[i[i]]"
. contains 5 static characters: 2 whitespaces, 1 hyphen , 2 whitespaces again. if specify first number , press tab key enabled "tabthrough"
setting, cursor move next number position in range. need same behaviour arrow keys.
Comments
Post a Comment