Skip to content

Commit

Permalink
Update packages/components/src/styles/_form-components.scss
Browse files Browse the repository at this point in the history
Co-authored-by: Maximilian Franzke <[email protected]>
  • Loading branch information
nmerget and mfranzke authored Apr 11, 2024
1 parent 2b19a59 commit c454501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/styles/_form-components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ $input-valid-types: "color", "date", "datetime-local", "email", "file", "hidden"
$validations: $validations + ", [type=#{$type}]";
}
} @else if($selector == textarea) {
$validations: ":required, [minlength], [maxlength]";
$validations: $validations + ", [minlength], [maxlength]";
}

$has-selectors: "&:has(#{$selector}:not([aria-invalid]):is(#{$validations}):user-#{$key}),";
Expand Down

0 comments on commit c454501

Please sign in to comment.