Skip to content

Commit

Permalink
fix(form): fix statusRender no work error
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Nov 15, 2023
1 parent 3cb852e commit a94f13e
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 @@ -71,6 +71,7 @@ const PasssWordStrength: React.FC<
padding: '4px 0',
}}
>
{props.statusRender?.(value)}
{props.strengthText ? (
<div
style={{
Expand Down

0 comments on commit a94f13e

Please sign in to comment.