Hi i'm using Blazor Schedule and the edit box is Malformed, can U help

Edit Box Problem.JPG

Hi i'm using Blazor Schedule and the edit box is Malformed, can U help


3 Replies

SK Satheesh Kumar Balasubramanian Syncfusion Team December 1, 2021 01:14 PM UTC

Hi Renato, 
  
Thanks for using Syncfusion Products. 
  
We have validated your reported query "i'm using Blazor Schedule and the editbox is Malformed" based on your shared details at our end. We suspect that you might be used both material and bootstrap4 themes simultaneously in your project which is the cause for the reported issue. So, we suggest you to remove the unwanted theme which is used in your project to resolve the reported issue. 

  
_Host.cshtml: 
<head> 
    <meta charset="utf-8" /> 
    <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 
    <title>ScheduleComponent</title> 
    <base rel='nofollow' href="~/" /> 
    <link rel="stylesheet" rel='nofollow' href="css/bootstrap/bootstrap.min.css" /> 
    <link rel='nofollow' href="css/site.css" rel="stylesheet" /> 
    <link rel='nofollow' href="ScheduleComponent.styles.css" rel="stylesheet" /> 
    @*<link rel='nofollow' href="_content/Syncfusion.Blazor.Themes/material.css" rel="stylesheet" />*@ 
    <link rel='nofollow' href="_content/Syncfusion.Blazor.Themes/bootstrap4.css" rel="stylesheet" /> 
</head> 
  
Could you please check the above sample and confirm whether the above solution resolves the problem at your end? 
  
Regards, 
Satheesh Kumar B 



RE Renato replied to Satheesh Kumar Balasubramanian December 1, 2021 03:59 PM UTC

Satheesh Kumar Balasubramanian 


  You are Absolutely Right,


I comment the line and it's working perfectly,


Tks


Renato Fabiao



VM Vengatesh Maniraj Syncfusion Team December 2, 2021 07:37 AM UTC

Hi Renato,


Thanks for the update.


We are happy that your problem has been resolved now.


Please get in touch with us if you need any further assistance.


Regards,

Vengatesh


Loader.
Up arrow icon