#Is there any safe way to have formatted number inputs?

4 messages · Page 1 of 1 (latest)

raw star
#

We would like to have localized comma/period separated integers without the user having to type them in.

shell thistle
#

That's just a presentational thing.
What UI library are you using?

raw star
#

Angular material

shell thistle
#

AFAIK matInput doesn't offer that option.
Maybe you could try with some third party directive, if you think it's worth the effort.