We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Float Label Is Not Working When Manually Enter Date

Hi,
I My Project I am working on blazor project.In this project we are using material css.
so I have added  datepicker like this

                                         <div class="form-group">
                                                    <div class="control-section">
                                                        <div id="wrapper" class="datepicker-section">
                                                            <div id="datepicker-control">
                                                                <SfDatePicker TValue="DateTime?" FloatLabelType="@FloatLabelType.Auto" @bind-Value="order.OrderDate"                                                                                             Placeholder="Date Of Birth" Format="dd/MM/yyyy">

                                                                </SfDatePicker>
                                                            </div>
                                                        </div>
                                                    </div>

                                                </div>

so when I select date from datepicker then float label working perfectly fine but when I am trying to enter date manually then  float label is not working .

For reference I have attached Images.
Please check it and let me know if I am doing any thing wrong or alternative solutions for this.




Attachment: DatePickerIssue_e3928fc3.rar

3 Replies 1 reply marked as answer

SP Sureshkumar P Syncfusion Team June 15, 2020 09:02 AM UTC

Hi Ashwini, 
 
Greetings from Syncfusion support. 
 
Based on your shared information, we suspect that you want to enter the date dynamically to the datepicker component.  We have created the sample based on your scenario and cannot replicated the reported issue in our end.  
 
 
If still your issue persists. Please revert us with below details  
1.     Share your Syncfusion package version. 
2.     If possible, please replicate the issue with above attached sample and share the sample with details issue replication steps. 
 
These details will help us to replicate and update the exact solution as earlier as possible.  
 
Regards, 
Sureshkumar P 



AS Ashwini Shilvant June 15, 2020 09:57 AM UTC

Hi Suresh,

"Share your Syncfusion package version."

We are using Syncfusion package version 18.1.0.52. 


BC Berly Christopher Syncfusion Team June 16, 2020 11:00 AM UTC

Hi Ashwini, 
  
Thanks for the update. 
  
We have faced same issue and resolved this issue in our product version 17.4.44. So, we have checked the reported issue and provided sample in the latest version 18.1.56 but the issue is not reproduced at our end.  
  
  
So, we suspect that the reported issue still persists due to NuGet cache or browser cache. So, we suggest you to clear the browser cache and follow the instruction mentioned in the below knowledge base document to clear the NuGet cache. 
  
  
Still issue persists, please share the issue reproducing sample that will help us to check and proceed further at our end. 
  
Regards, 
Berly B.C 


Marked as answer
Loader.
Up arrow icon