Skip to content

Commit

Permalink
Update src/content/design-system/guides/loading
Browse files Browse the repository at this point in the history
  • Loading branch information
KateMacdonald authored Sep 30, 2024
1 parent 0e462d9 commit bafa184
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ Description of what will be displayed
setValidating(false);
}, 1500);
}, [inputValue]);
return <InputGroup label="Enter ABA routing number" width={30} hint="For a valid response use: 647453, all other numbers will show the invalid response" after={validating ? {
return <InputGroup label="Enter routing number" width={30} hint="For a valid response use: 647453, all other numbers will show the invalid response" after={validating ? {
icon: RefreshIcon
} : <Button onClick={validate}>Check</Button>} errorMessage={error}>
} : <Button onClick={validate}>Validate</Button>} errorMessage={error}>
<Input invalid={!!error} onChange={({
target: {
value
Expand Down

0 comments on commit bafa184

Please sign in to comment.