Skip to content

Conversation

@yurtsever
Copy link
Contributor

No description provided.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 17, 2025

🚀 MCP preview deployed to Vercel: https://kolibri-3ki2b9ybk-public-ui-kolibri-mcp.vercel.app

@github-actions
Copy link
Contributor

github-actions bot commented Nov 17, 2025

@deleonio
Copy link
Contributor

@yurtsever - bitte erst Pipelines grün vor Review

@yurtsever yurtsever self-assigned this Nov 18, 2025
@yurtsever yurtsever requested a review from deleonio November 20, 2025 10:07
Copy link
Contributor

@deleonio deleonio left a comment

Choose a reason for hiding this comment

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

Hier sind jede Menge Snaps wegen den Errors, aber nicht ein einziger wegen des Counters. Oder?

_id: string;
_touched?: TouchedPropType;
_hideMsg?: boolean;
_hasCounter?: boolean;
Copy link
Contributor

Choose a reason for hiding this comment

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

Wozu? Wird nicht benutzt,

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ich habe mir das mal angeschaut. das wird benutzt. Das ist ja in dem state Objekt welches als argument übergeben wird. (state._hasCounter)

ariaDescribedBy.push(`${state._id}-hint`);
}

if (state._hasCounter) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Hier verwendest Du plötzlich den State?

ariaDescribedBy.push(`${state._id}-counter`);
}

if (hasError === true) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Hat das bisher gefehlt?!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Das war nicht drin in v3

@yurtsever yurtsever requested a review from deleonio November 25, 2025 10:38
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.

🐞 Bug: counter bei InputText & Textarea wird bei Fokus nicht vorgelesen

3 participants