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

feat(forms): updating the reactive forms sample with new components #3453

Merged
merged 5 commits into from
May 27, 2024

Conversation

Marina-L-Stoyanova
Copy link
Contributor

No description provided.

public minDate = new Date();
public maxDate = new Date(new Date(this.minDate.getFullYear(), this.minDate.getMonth(), this.minDate.getDate() + 14));
public user:FormGroup<User>;
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
public user:FormGroup<User>;
public user: FormGroup<User>;

@valadzhov
Copy link
Contributor

valadzhov commented May 27, 2024

The sample would be even better if the value of the range and the date picker are bound to each other.
Also, and issue related to the slider's accessibility has been logged: IgniteUI/igniteui-angular#14262

@Lipata Lipata merged commit 774c928 into vnext May 27, 2024
3 checks passed
@Lipata Lipata deleted the mstoyanova/ractive-forms-sample branch May 27, 2024 12:59
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.

None yet

3 participants