Jon de M

Results 1 comments of Jon de M

To clarify, `format` only transforms the value in the UI. **To make sure I get the right value in `onValueChange` I used:** ``` onValueChange={values => { if(!onValueChange) { return; }...