Skip to content

Angular template <textarea> wrong formatting #5450

@yuriykuzin

Description

@yuriykuzin

Prettier 1.15.2
Playground link

--parser angular

Input:

<textarea type="text"
          rows="10"
          class="form-control discount-code__text-area"
          disabled
>{{ generatedDiscountCodes }}</textarea>

Output:

<textarea
  type="text"
  rows="10"
  class="form-control discount-code__text-area"
  disabled
>
  {{ generatedDiscountCodes }}</textarea
>

Expected behavior:
The text should not be formatted in this case

Metadata

Metadata

Assignees

No one assigned

    Labels

    lang:angularIssues affecting Angular template (not general JS/TS issues used for Angular)lang:vueIssues affecting Vuelocked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.priority:highCode is printed in a way that alters the AST, breaks syntax, or is a significant regression. Urgent!status:has prIssues with an accompanying pull request. These issues will probably be fixed soon!

    Type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions