Skip to content

Make inputId optional in FormInputComponent#24883

Merged
sumeyyeKurtulus merged 1 commit intodevfrom
fix-signal-input
Feb 17, 2026
Merged

Make inputId optional in FormInputComponent#24883
sumeyyeKurtulus merged 1 commit intodevfrom
fix-signal-input

Conversation

@fahrigedik
Copy link
Member

Change inputId from input.required() to input() so the id is no longer mandatory. This relaxes the API to allow FormInputComponent instances without an explicit id and avoids forcing callers to provide one.

Note : This change was made to avoid breaking changes and to support backward compatibility.

Change inputId from input.required<string>() to input<string>() so the id is no longer mandatory. This relaxes the API to allow FormInputComponent instances without an explicit id and avoids forcing callers to provide one.
@sumeyyeKurtulus sumeyyeKurtulus merged commit 5f7378c into dev Feb 17, 2026
2 of 3 checks passed
@sumeyyeKurtulus sumeyyeKurtulus deleted the fix-signal-input branch February 17, 2026 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants