admin管理员组文章数量:1400174
I'm working on my first Blazor project so I think this is a newbie question. I noticed that if I use the built-in InputDate
control, it automatically provides a date picker.
My project uses a dark theme as its default theme and out of the box, the date picker is white -- see below:
Where can I find any documentation on how to stylize this control? I searched the official documentation at this link but couldn't find anything there. Thanks.
I'm working on my first Blazor project so I think this is a newbie question. I noticed that if I use the built-in InputDate
control, it automatically provides a date picker.
My project uses a dark theme as its default theme and out of the box, the date picker is white -- see below:
Where can I find any documentation on how to stylize this control? I searched the official documentation at this link but couldn't find anything there. Thanks.
Share Improve this question asked Mar 25 at 20:00 SamSam 30.6k76 gold badges252 silver badges464 bronze badges1 Answer
Reset to default 3the built-in Blazor <InputDate>
renders the native HTML5 date picker and they are rendered by the browser and cannot be fully styled via CSS. That white popup you see is part of the browser's built-in UI and it cannot be changed using any custom styling.
I Suggest to use a Custom Date Picker Library
Blazorise
MudBlazor
Syncfusion
Telerik
DevExpress
本文标签: aspnet coreStyling builtin date picker in BlazorStack Overflow
版权声明:本文标题:asp.net core - Styling built-in date picker in Blazor - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744171756a2593816.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论