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: fluid state for number input #3002

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

Conversation

eduardmarcinco
Copy link
Contributor

Closes #2888

@eduardmarcinco eduardmarcinco requested a review from a team as a code owner September 20, 2024 13:03
Copy link

netlify bot commented Sep 20, 2024

Deploy Preview for carbon-components-angular ready!

Name Link
🔨 Latest commit
🔍 Latest deploy log https://app.netlify.com/sites/carbon-components-angular/deploys/66ed958060bee90cc9626e44
😎 Deploy Preview https://deploy-preview-3002--carbon-components-angular.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -265,6 +268,26 @@ export class NumberComponent implements ControlValueAccessor {
return this._incrementLabel.value;
}

@HostBinding("class.cds--number-input--fluid") @Input() fluid = false;
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you add a javadoc Experimental comment? I see it marked as experimental in React storybook

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

Successfully merging this pull request may close these issues.

Add fluid state for Number Input
2 participants