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

#2615 Fix AutoComplete attr don't working #2708

Merged
merged 1 commit into from
Sep 14, 2022

Conversation

lyj0309
Copy link
Contributor

@lyj0309 lyj0309 commented Sep 13, 2022

No description provided.

@github-actions
Copy link

github-actions bot commented Sep 13, 2022

@codecov
Copy link

codecov bot commented Sep 13, 2022

Codecov Report

Merging #2708 (d0c12af) into master (3949fb9) will decrease coverage by 1.42%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master    #2708      +/-   ##
==========================================
- Coverage   41.38%   39.95%   -1.43%     
==========================================
  Files         543      543              
  Lines       25698    25702       +4     
  Branches      260      260              
==========================================
- Hits        10634    10270     -364     
- Misses      15024    15392     +368     
  Partials       40       40              
Impacted Files Coverage Δ
components/auto-complete/AutoCompleteInput.cs 0.00% <0.00%> (ø)
components/list/ListItemLayout.cs 0.00% <0.00%> (-100.00%) ⬇️
components/list/ListItem.razor 0.00% <0.00%> (-95.31%) ⬇️
components/list/AntList.razor 0.00% <0.00%> (-92.31%) ⬇️
...omponents/form/Validate/Rule/FormRulesValidator.cs 0.00% <0.00%> (-76.93%) ⬇️
components/list/AntList.razor.cs 0.00% <0.00%> (-76.12%) ⬇️
components/list/ListItem.razor.cs 0.00% <0.00%> (-73.08%) ⬇️
components/form/Form.razor.cs 36.02% <0.00%> (-32.30%) ⬇️
components/form/FormItem.razor.cs 43.31% <0.00%> (-29.94%) ⬇️
components/form/Form.razor 71.42% <0.00%> (-28.58%) ⬇️
... and 8 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@ElderJames ElderJames linked an issue Sep 14, 2022 that may be closed by this pull request
@ElderJames ElderJames merged commit fc9aaa8 into ant-design-blazor:master Sep 14, 2022
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.

The AutoComplete attribute of AutoComplete don't working
2 participants