We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3021c5d commit 2ee122bCopy full SHA for 2ee122b
src/Text/index.js
@@ -18,7 +18,7 @@ const Text = React.forwardRef(
18
<label
19
className={classnames({
20
hxOptional: optional,
21
- hxRequired: required
+ hxRequired: required,
22
})}
23
htmlFor={id}
24
>
src/TextArea/index.js
@@ -18,7 +18,7 @@ const TextArea = React.forwardRef(
0 commit comments