You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The buttons get hidden when the component is in such a mode where it can auto apply the provided value. You can control this thrugh a parameter called AutoApply. The odd thing is that its defualt value is different based on whether the component is in single or multi mode, which might be a bit confusing.
To solve the issue and show the buttons, you can do one of the following:
explicitly set the AutoApply="false"
override the display styling applied to their div wrapper.
I'm using below code to have buttons displayed on the single date picker.
However the buttons are not appearing
`
`
The text was updated successfully, but these errors were encountered: