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

feat(sbb-form-field): support the textarea inside the <sbb-form-field> #2506

Merged
merged 20 commits into from
Apr 2, 2024

Conversation

dauriamarco
Copy link
Contributor

@dauriamarco dauriamarco commented Mar 19, 2024

Closes #2497

BREAKING CHANGE: The css var --sbb-form-field-height has been renamed to --sbb-form-field-min-height.

@dauriamarco dauriamarco added pr: peer review required A peer review is required for this pull request pr: ux review required A ux review is required for this pull request labels Mar 19, 2024
@dauriamarco dauriamarco self-assigned this Mar 19, 2024
@github-actions github-actions bot temporarily deployed to preview-pr2506 March 19, 2024 17:01 Inactive
@jeripeierSBB jeripeierSBB added the pr: lead review required A lead review is required for this pull request label Mar 20, 2024
Copy link
Contributor

@TomMenga TomMenga left a comment

Choose a reason for hiding this comment

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

It is LGTM except for the "not focus" rules which feel a bit of a workaround 😞
Are they unavoidable? Why is it just the textarea that has problems?

src/components/form-field/form-field/form-field.scss Outdated Show resolved Hide resolved
src/components/form-field/form-field/form-field.scss Outdated Show resolved Hide resolved
src/components/form-field/form-field/form-field.scss Outdated Show resolved Hide resolved
@dauriamarco dauriamarco force-pushed the feat/form-field-textarea branch from 6226749 to dacef49 Compare March 20, 2024 13:52
@codecov-commenter
Copy link

codecov-commenter commented Mar 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (main@1892bcb). Click here to learn what that means.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2506   +/-   ##
=======================================
  Coverage        ?   93.20%           
=======================================
  Files           ?      301           
  Lines           ?    24930           
  Branches        ?     2031           
=======================================
  Hits            ?    23237           
  Misses          ?     1664           
  Partials        ?       29           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions github-actions bot temporarily deployed to preview-pr2506 March 20, 2024 14:02 Inactive
@github-actions github-actions bot temporarily deployed to preview-pr2506 March 20, 2024 14:19 Inactive
Copy link
Contributor

@jeripeierSBB jeripeierSBB left a comment

Choose a reason for hiding this comment

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

Nice solution. some topics open

@github-actions github-actions bot temporarily deployed to preview-pr2506 March 20, 2024 15:03 Inactive
@github-actions github-actions bot temporarily deployed to preview-pr2506 March 21, 2024 11:43 Inactive
@github-actions github-actions bot temporarily deployed to preview-pr2506 March 21, 2024 16:13 Inactive
@jeripeierSBB jeripeierSBB force-pushed the feat/form-field-textarea branch from 1cd0b5f to 8828606 Compare March 25, 2024 07:12
@github-actions github-actions bot temporarily deployed to preview-pr2506 March 25, 2024 08:54 Inactive
@github-actions github-actions bot temporarily deployed to preview-pr2506 March 25, 2024 09:14 Inactive
@jeripeierSBB jeripeierSBB force-pushed the feat/form-field-textarea branch from 1f29663 to 5c2e50f Compare March 25, 2024 10:49
@github-actions github-actions bot temporarily deployed to preview-pr2506 March 25, 2024 11:16 Inactive
@github-actions github-actions bot temporarily deployed to preview-pr2506 March 25, 2024 12:38 Inactive
@jeripeierSBB jeripeierSBB force-pushed the feat/form-field-textarea branch from 28ae767 to 198b345 Compare April 2, 2024 09:14
@github-actions github-actions bot temporarily deployed to preview-pr2506 April 2, 2024 09:23 Inactive
Copy link
Contributor

@kyubisation kyubisation left a comment

Choose a reason for hiding this comment

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

LGTM 👍
Nice work!

@github-actions github-actions bot added pr: lead review approved Pull request has been approved by a lead review and removed pr: lead review required A lead review is required for this pull request labels Apr 2, 2024
Copy link
Contributor

@jeripeierSBB jeripeierSBB left a comment

Choose a reason for hiding this comment

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

LGTM :)

@jeripeierSBB jeripeierSBB merged commit f8316f0 into main Apr 2, 2024
21 checks passed
@jeripeierSBB jeripeierSBB deleted the feat/form-field-textarea branch April 2, 2024 16:11
@github-actions github-actions bot removed the pr: peer review required A peer review is required for this pull request label Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: lead review approved Pull request has been approved by a lead review pr: ux review required A ux review is required for this pull request preview-available
Projects
None yet
Development

Successfully merging this pull request may close these issues.

story(sbb-form-field): support textarea
5 participants