Skip to content

Commit

Permalink
fix(form): PasssWord use Progress step
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Nov 15, 2023
1 parent 03025c5 commit ee6beb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/form/src/components/Text/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ const PasssWordStrength: React.FC<
return value && value.length && status ? (
<Progress
status={passwordProgressMap[status]}
steps={3}
style={{
width: '100%',
}}
Expand Down

0 comments on commit ee6beb6

Please sign in to comment.