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: Updating handling of ComboboxInput to better handle multiline variants #1032

Merged
merged 2 commits into from
May 21, 2024

Conversation

bdow
Copy link
Contributor

@bdow bdow commented May 21, 2024

No description provided.

@bdow bdow requested a review from apattersonATX-HB May 21, 2024 19:42
@@ -3966,12 +3966,15 @@ class CssBuilder<T extends Properties> {
}

// visuallyHidden
/** Sets `position: "absolute"; overflow: "hidden"; clip: "inset(50%)"; clipPath: ""; border: 0; height: "1px"; margin: "-1px"; width: "1px"; padding: 0; whiteSpace: "nowrap"`. */
/** Sets `position: "absolute"; overflow: "hidden"; clip: "inset(50%)"; clipPath: ""; border: 0; height: "1px"; margin: "-1px"; width: "1px"; padding: 0; whiteSpace: "nowrap"; opacity: 0`. */
Copy link
Contributor

Choose a reason for hiding this comment

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

curious: This comment doesn't seem add additional value over reading the code 🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

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

These JSDoc comments are automatically generated by Truss. They make it easier to hover over a Truss property in your IDE and see what it's setting.

@bdow bdow merged commit c23a943 into main May 21, 2024
6 checks passed
@bdow bdow deleted the select-field-improvements branch May 21, 2024 19:58
homebound-team-bot pushed a commit that referenced this pull request May 21, 2024
## [2.347.2](v2.347.1...v2.347.2) (2024-05-21)

### Bug Fixes

* Updating handling of ComboboxInput to better handle multiline variants ([#1032](#1032)) ([c23a943](c23a943))
@homebound-team-bot
Copy link

🎉 This PR is included in version 2.347.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants