Skip to content

Commit

Permalink
fix: remove suffixIcon
Browse files Browse the repository at this point in the history
  • Loading branch information
slatejack committed Aug 21, 2024
1 parent cb2a35a commit 24b2945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/_example/bordered.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function Bordered() {
return (
<div className="input-bordered">
<div className="input-bordered__summary">标签文字</div>
<Input className="input-bordered__input" placeholder="请输入文字" borderless suffixIcon={}>
<Input className="input-bordered__input" placeholder="请输入文字" borderless>
<ErrorCircleFilledIcon />
</Input>
</div>
Expand Down

0 comments on commit 24b2945

Please sign in to comment.