Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Fix Textarea editing
Browse files Browse the repository at this point in the history
  • Loading branch information
hlomzik committed Feb 22, 2024
1 parent 75860c1 commit 974eb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tags/control/TextArea/TextAreaRegionView.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const HtxTextAreaResult = observer(({
ref={idx === 0 ? firstResultInputRef : null}
onFocus={onFocus}
collapsed={collapsed}
validate={isFF(FF_LSDV_4712) ? item.from_name.validateValue : null}
validate={isFF(FF_LSDV_4712) ? item.from_name.validateText : null}
/>
);
});
Expand Down

0 comments on commit 974eb3e

Please sign in to comment.