WestpacCXTeam / GUI-source

Westpac GUI source code
http://WestpacCXTeam.github.io/GUI-source
GNU General Public License v2.0
37 stars 19 forks source link

Decimal points in monetary input group #441

Open MarkWBC opened 5 years ago

MarkWBC commented 5 years ago

screen shot 2019-02-07 at 1 15 42 pm

Some scenarios to consider:

• A user skips over the 'Rounded to the nearest $100'. They enter a dollar amount as well as cents e.g 200.50. What happens next? • A user enters a different currency mark eg £. What happens next?

Potential solution: Preferred

Last resort

Not recommended

jonnystening commented 5 years ago

This level of input validation detail has not previously been part of our approach from a GUI component perspective. It is more of an implementation concern, but I agree should be communicated in future pattern documentation.

@MarkWBC let's discuss