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
I'm trying to show a datepicker for Month & Year only, and I have configured the element as shown below:
However, on the frontend there is no OK/confirm button to submit the selection, and therefore the datepicker does not actually return any value selected:
Component only works when 'Show Days' is enabled.
The text was updated successfully, but these errors were encountered:
sendf
changed the title
(bug) Month-Year Datepicker missing OK button
[bug] Month-Year Datepicker missing OK button
Apr 27, 2024
There is no OK button for such view - ShowButton property is used to show/hide the button for the input that will show the popup. You can define your own FooterTemplate if you need such button:
I'm trying to show a datepicker for Month & Year only, and I have configured the element as shown below:
However, on the frontend there is no OK/confirm button to submit the selection, and therefore the datepicker does not actually return any value selected:
Component only works when 'Show Days' is enabled.
The text was updated successfully, but these errors were encountered: