When you need to put some control between what the user enters and the value that gets stored in Redux, you can use a “normalizer”. A normalizer is just a function that gets run every time a value is changed that can transform the value before storing .