angular-input-masks icon indicating copy to clipboard operation
angular-input-masks copied to clipboard

Feature request: alternative input method to shorten input if many decimals displayed by typing decimal seperator

Open HarpoMarx69 opened this issue 8 years ago • 1 comments

Hello! If a input is e.g. masked with ui-number-mask="4" it would be very nice if input procedure could be shortened by typing the decimal seperator. For example... you want to enter value 0.5 Now you have to type 5 + 0 + 0 + 0 It would be much faster to type . + 5 An other example... you want to enter 1.2 You have to type 1 + 2 + 0 + 0 + 0 Much faster: 1 + . + 2

Thanks a lot and best regards Klaus

HarpoMarx69 avatar Oct 13 '17 14:10 HarpoMarx69

+1

ganholete avatar Apr 30 '18 14:04 ganholete