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

[NumberField] Add AutoComplete parameter #2560

Merged
merged 1 commit into from
Aug 21, 2024
Merged

[NumberField] Add AutoComplete parameter #2560

merged 1 commit into from
Aug 21, 2024

Conversation

vnbaaij
Copy link
Collaborator

@vnbaaij vnbaaij commented Aug 21, 2024

Copied code from TextField to set a value for AutoComplete. Also re-uses the TextField script..

Fix #2516

Copy link

github-actions bot commented Aug 21, 2024

Unit Tests

  • ❌[FAILED] Microsoft.FluentUI.AspNetCore.Components.Tests.Checkbox.FluentCheckboxThreeStatesTests.FluentCheckbox_ThreeStatesFalseAsync(initialValue: False, assertValue: True)
  • ❌[FAILED] Microsoft.FluentUI.AspNetCore.Components.Tests.Checkbox.FluentCheckboxThreeStatesTests.FluentCheckbox_ThreeStatesFalseAsync(initialValue: True, assertValue: False)

Details on your Workflow / Core Tests page.

@vnbaaij vnbaaij merged commit 86b74e2 into dev Aug 21, 2024
4 of 5 checks passed
@vnbaaij vnbaaij deleted the fix-issue-#2516 branch August 21, 2024 13:27
@vnbaaij vnbaaij added this to the v4.9.4 milestone Aug 22, 2024
dannyldj pushed a commit to dannyldj/fluentui-blazor that referenced this pull request Sep 26, 2024
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.

feat: add AutoComplete property to/in NumberField
1 participant