assisrafael/angular-input-masks

Make 'ui-money-mask' come 'R$ 12,00' instead 'R$ 00,12' when you type '12'

Open

#118 opened on 2015年9月9日

GitHub で見る
 (12 comments) (0 reactions) (0 assignees)JavaScript (334 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (970 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

There is some way (additional attribute or something like) to put values from left to right on 'ui-money-mask'?

For example:

When you type '12' on your keyboard the mask comes: 'R$ 00,12' There's some way to come 'R$ 12,00'? And only let you type a cents value when you press the 'comma key'?

コントリビューターガイド