-
I checked the source code, the height was 0.5*SfCalendar._minHeight. When the SfCalendar‘s height is half of the screen's height, the height of date picker dialog was too small. So should you add the…
-
### Bug description
Can't find a way to custom the quick view navigation pannel
### Steps to reproduce
![flutter-calendar-quickview-navigation](https://github.com/syncfusion/flutter-widgets/assets/…
-
Hi!
How to change cell hover color in date picker? Or how to remove it in order to add your own in the builder?
And how to change cell size?
Thank you in advance! :)
-
### Steps to reproduce
Im trying to hide the placeholder when the user clicks on the date range picker input
I'm trying:
```js
```
however, for some reason this …
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Steps to reproduce 🕹
Steps:
1. Pass `slotProps={{ textField: { InputProps: …
-
**Issue**
- We have installed flowbite to our react project by following recommended steps via npm. We added it to tailwind config etc
- The code is just not working properly. The effects (e.g. tool…
-
I'm having trouble with Friday turning red.
I want to blacken Friday too.
## what we tried
```
Theme(
data: ThemeData(
primarySwatch: myPrimarySwatch,
),
child: SfDateRangePick…
-
Referring to https://github.com/mui-org/material-ui-pickers/issues/1293#issuecomment-538374383, I think that it would very valuable to implement a range shortcut feature. I was proposing this API:
…
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Steps to reproduce 🕹
```tsx
(
{
return (
…
-
Is there a 'native' way to override the font used in the header arrow? I would like to use consistent arrows across the page, and the only way I came up with was to hardcode it this way in my styleshe…