Skip to content

Commit

Permalink
Add TextInput class
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Feb 21, 2024
1 parent c533dfc commit e1905e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/widgets/TextInput.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class TextInput extends React.Component {
"text-input-readonly": this.props.readOnly || !this.state.curValue
});
return (
<div className="text-input-wrapper">
<div className="TextInput text-input-wrapper">
{this.props.name ? (
<textarea
className="text-input-form-el"
Expand Down

0 comments on commit e1905e3

Please sign in to comment.