Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: accept full height of container #1036

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

yoezlem
Copy link
Contributor

@yoezlem yoezlem commented May 3, 2024

Description:

Changed the logic regarding #719 to accept full height inside a container

Definition of Reviewable:

  • Documentation is created/updated
  • Migration Guide is created/updated
  • E2E tests (features, a11y, bug fixes) are created/updated
  • Stories (features, a11y) are created/updated
  • relevant tickets are linked

@@ -333,7 +333,7 @@ export default class SdTextarea extends SolidElement implements SolidFormControl
}[this.size];

return html`
<div part="form-control" class="text-left">
<div part="form-control" class="flex flex-col w-full text-left">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this fully preserve the ability to set rows? When does it use rows, when the height? Some documentation or even better a story would be very helpful here.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yoezlem Anything you need here? :)

@karlbaumhauer karlbaumhauer removed their assignment May 8, 2024
@mariohamann mariohamann self-requested a review May 8, 2024 15:01
@mariohamann mariohamann removed their assignment May 8, 2024
@mariohamann
Copy link
Contributor

I removed myself – feel free to re-add if needed.

@Vahid1919 Vahid1919 removed their assignment May 15, 2024
@azraefendic azraefendic assigned yoezlem and unassigned azraefendic May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 👀 In review
Development

Successfully merging this pull request may close these issues.

None yet

5 participants