Project

General

Profile

Feature #123

Updated by Lane Shaw about 5 years ago

Base React component, inheriting from the Base Cell type as well, that shows a product code formatted with the correct number of 0's. Each child cell type will have its own number of 0's to format as. 

 When a value that is not a number (NaN) is provided to it, it will force format it with a red highlight. 

 When the value fails to pass the [check digit test](https://www.gs1.org/services/check-digit-calculator), it will be force formatted in a yellow highlight.

Back