Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
samithaf committed Dec 21, 2023
2 parents eb42d5b + 3ceaba4 commit e116d8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ The Expiry date pattern can isolate which field carries the error and highlight
<Form.ErrorMessage message="Error message goes here if activated" />
<fieldset className="flex gap-4">
<Field label="Month" labelSize="small">
<Select invalid size="large" width={30}>
<Select invalid size="large">
<option>Select</option>
{[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12].map(value => (
<option value={value}>{value}</option>
))}
</Select>
</Field>
<Field label="Year" labelSize="small">
<Select size="large" width={30}>
<Select size="large">
<option>Select</option>
{[2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030].map(value => (
<option value={value}>{value}</option>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ This pattern exists as a [widget in the WDP system](https://one.dev1.ui.westpac.
<Form.Label>Expiry date</Form.Label>
<fieldset className="flex gap-4">
<Field label="Month" labelSize="small">
<Select size="large" width={30}>
<Select size="large">
<option>Select</option>
{[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12].map(value => (
<option value={value}>{value}</option>
))}
</Select>
</Field>
<Field label="Year" labelSize="small">
<Select size="large" width={30}>
<Select size="large">
<option>Select</option>
{[2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030].map(value => (
<option value={value}>{value}</option>
Expand Down

1 comment on commit e116d8f

@vercel
Copy link

@vercel vercel bot commented on e116d8f Dec 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

gel-next-site – ./apps/site

gel-next-site-git-main-westpacgel.vercel.app
gel-next-site.vercel.app
gel-next-site-westpacgel.vercel.app

Please sign in to comment.