Mike Furlender
Mike Furlender

Reputation: 4019

jQuery MaskMoney - set input to to beginning of field

I made this jsfiddle to demonstrate my problem. When I focus on the field the cursor goes to the end. You start typing cents before you dollars. I do not want this behavior. I want it to type dollars until the user presses '.'

Some help would be greatly appreciated.

Upvotes: 0

Views: 1302

Answers (1)

Diego Plentz
Diego Plentz

Reputation: 7190

This isn't currently supported by the plugin. We have this issue open https://github.com/plentz/jquery-maskmoney/issues/33 that asks for that feature, but nobody in working on it right now. Pull requests are welcome :)

Upvotes: 1

Related Questions