hamiddd1980

Results 8 comments of hamiddd1980

this workaround doesn't work: using `@bind-Text`, actually you can not use any item from dropdown menu. in fact,the component is not an `Autocomplete `anymore.

Thanks for your reply. but this way, you can not select any items from drop down menu. let say you want to choose **apple** item from drop down: if you...

Hi. the action I did that may also help you: 1-download source code of MudBlazor 2-call `await CoerceValueToText();` in `ChangeMenu` function in Autocomplete.cs Source file. (before a`wait CoerceTextToValue();`) 3.compile Source...

Thank you for your reply. I'm using **AntDesign** Version **0.16.2**. In order to view the problem, the **Modal MaskClosable** should be false and you should exactly click the **Arrow button**...

I'm sure it is possible to add **Headers**(standard or user defined) to **HttpClient** in **.net Core**.Indeed, many servers doesn't accept Http request in case the headers are empty.

Hi, is there any one here to help me? Thanks in advance for your helps with this issue.

I think the following line from **HttpHeaders** class should be corrected (change boolean value from **true** to **false**): ``` public abstract class HttpHeaders { internal WebHeaderCollection _headerStore = new WebHeaderCollection(true);...

@josesimoes , I tested the above method and regarding the results below it seems this modification can solve the problem . **1-before modification :** 1-1)if you try to add headers...