Skip to content

Commit

Permalink
Merge pull request #3430 from MerginMaps/iss3425
Browse files Browse the repository at this point in the history
Set current date when clicking on calendar icon
  • Loading branch information
tomasMizera committed May 15, 2024
2 parents 0de739c + 453b828 commit 1367cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/qml/form/editors/MMFormCalendarEditor.qml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ MMPrivateComponents.MMBaseSingleLineInput {
textField.readOnly: true

onTextClicked: root.openCalendar()
onRightContentClicked: root.openCalendar()
onRightContentClicked: root.newDateSelected( new Date() )

rightContent: MMComponents.MMIcon {
id: rightIcon
Expand Down

0 comments on commit 1367cd3

Please sign in to comment.