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

Textarea width on mobile view #697

Open
brandydanner-gsa opened this issue Jan 31, 2024 · 0 comments
Open

Textarea width on mobile view #697

brandydanner-gsa opened this issue Jan 31, 2024 · 0 comments
Assignees

Comments

@brandydanner-gsa
Copy link

Testing in mobile view with the iPhone SE setting. The formly textarea has the width set to 320px and it's going off the screen.

image

Formly config:

{
      key: 'comments',
      type: 'textarea',
      props: {
        required: true,
        label: 'Comments',
        maxLength: 500
      }
}

Package versions:

    Angular 16.2.12
    "@gsa-sam/components": "16.0.13",
    "@gsa-sam/layout": "16.0.8",
    "@gsa-sam/layouts": "16.0.0",
    "@gsa-sam/ngx-uswds": "16.0.1",
    "@gsa-sam/ngx-uswds-icons": "16.0.0",
    "@gsa-sam/sam-formly": "16.0.13",
    "@gsa-sam/sam-material-extensions": "16.0.13",
    "@gsa-sam/sam-styles": "3.0.18",
    "@gsa-sam/shared": "16.0.8",
@shayan-roshan shayan-roshan self-assigned this Mar 7, 2024
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

No branches or pull requests

2 participants