Get decimal, group and minus
nicola-spb opened this issue · 2 comments
nicola-spb commented
I use formatter for output to the form and I want to parse formatted value from form too.
I can`t get decimal, group and minus for creation float number. I wanna replace:
decimal -> "."
group -> "" (delete)
minus -> "-"
and after parse to number.
Could you add getter methods to generated files?
nicola-spb commented
created pull request: #16
nicola-spb commented
Thanks