Skip to content

Commit

Permalink
Merge pull request #1021 from web3ui/feat/addPrefixForSelect
Browse files Browse the repository at this point in the history
chore: add prefix for html5 select
  • Loading branch information
rayyan224 authored Jan 24, 2023
2 parents e2fa525 + 990729b commit 8dd2585
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/lazy-otters-cry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@web3uikit/core': patch
---

Add Prefix for select
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const TraditionalSelect: React.FC<ISelectProps> = ({
id={String(option?.id)}
key={option?.id}
>
{option?.prefix}
{option?.label}
</option>
))}
Expand Down

0 comments on commit 8dd2585

Please sign in to comment.