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
Thanks for the feature request, I just want to make sure I fully understand the need behind this. Based on your description, are you looking to access the selected date directly from the event parameters of the select event?
The Calendar control keeps the selected dates, which can be queried from the event source (oEvent.getSource()) after the selection.
Could you please clarify your use case and why you think a parameter should be introduced?
Understanding your reasoning will help us evaluate the request better and decide whether this is a feasible request, since a way to access the selected date already exists and is documented.
You're right, that there is a way to get the selected day, but isn't the whole point of event parameters to directly get the obviously relevant information? You can get a lot of other event parameters of other controls without them being directly in the event object, but they are still there.
I basically was just expecting it to be there based on my experience with other event objects in SAPUI5.
Why are you proposing this feature?
sap.ui.unified.Calendar$SelectEventParameters should have the selected date
How should a possible solution look like?
No response
Are there alternative approaches?
No response
Any further information you would like to share?
No response
The text was updated successfully, but these errors were encountered: