You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After digging into this issue with @chris-boyle-sq on the auto complete component I believe we need to change how we are calculating the isRequired and isFulfilled values.
Moving away from isTouched in favor of a field value for isRequired and isFulfilled makes a lot of sense.
The text was updated successfully, but these errors were encountered:
Fixes the submit button be disabled when it shouldn't. Fixes the reset
button to reset to the proper initial errors state. Fixes the helper
text to always be in a correct state.
✅ Closes: #59, #83, #47
After digging into this issue with @chris-boyle-sq on the auto complete component I believe we need to change how we are calculating the isRequired and isFulfilled values.
Moving away from isTouched in favor of a field value for
isRequired
andisFulfilled
makes a lot of sense.The text was updated successfully, but these errors were encountered: