Feature Request Summary
- The
TextField component has a prop onBlur which triggers when a user blurs from the input rendered in the component.
- The
TextField component has a prop type which can accept string values such as "integer" or "number". when passed one of these values, the component automatically renders a <Spinner /> that is right aligned to the component
Problem: onBlur triggers when a user clicks on the spinner. I don't believe this is the right functionality. If <TextField/> represents the entire component, then onBlur logic should fire only if the user blurs off of any encapsulated components within <TextField/>
Potential issues that are caused: https://github.com/Shopify/web/pull/100618#issuecomment-1750719404