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 7d417ae commit 653f39b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Description of what will be displayed
setValidating(false);
}, 1500);
}, [inputValue]);
return <InputGroup label="Enter routing number" width="20" hint="Select validate to see the progress Indicator." after={validating ? {
return <InputGroup label="Validate entry" width="20" hint="Select validate to see the Progress Indicator." after={validating ? {
icon: ProgressIndicator
} : <Button onClick={validate}>Validate</Button>} errorMessage={error}>
<Input invalid={!!error} onChange={({
Expand Down

0 comments on commit 653f39b

Please sign in to comment.