#Is there any safe way to have formatted number inputs?
4 messages · Page 1 of 1 (latest)
4 messages · Page 1 of 1 (latest)
We would like to have localized comma/period separated integers without the user having to type them in.
That's just a presentational thing.
What UI library are you using?
Angular material
AFAIK matInput doesn't offer that option.
Maybe you could try with some third party directive, if you think it's worth the effort.