Skip to content

feat(text-field): add TextField Angular TEDI-Ready component #71#331

Open
ly-tempel-bitweb wants to merge 5 commits intorcfrom
feat/71-text-field-angular-tedi-ready-component
Open

feat(text-field): add TextField Angular TEDI-Ready component #71#331
ly-tempel-bitweb wants to merge 5 commits intorcfrom
feat/71-text-field-angular-tedi-ready-component

Conversation

@ly-tempel-bitweb
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Feb 25, 2026

Codecov Report

❌ Patch coverage is 98.66667% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...components/form/text-field/text-field.component.ts 98.66% 1 Missing ⚠️

📢 Thoughts on this report? Let us know!

* Internal: used only for Storybook pseudo-state rendering.
* Do not use in production.
*/
readonly _forceState = input<PseudoState | null>(null);
Copy link
Contributor

Choose a reason for hiding this comment

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

do we actually need this? storybook pesudo-states addon should handle the states automatically, e.g. look at tedi-ready button and its stories

export type InputState = "valid" | "error" | "default";

/**
* @deprecated Use TextField from TEDI-ready instead. This component will be removed from future versions.
Copy link
Contributor

Choose a reason for hiding this comment

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

please add the deprecated badge to this components story as well (as i mentioned in StatusBadge PR)

  parameters: {
    status: {
      type: ["deprecated"],
    },
  },

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.

3 participants