mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Add date field input method hint
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
bbf920d5b0
commit
19f8d80042
@ -37,6 +37,7 @@ NCInputTextField {
|
||||
property alias maximumDate: backend.maximumDate
|
||||
property alias maximumDateMs: backend.maximumDateMsecs
|
||||
|
||||
inputMethodHints: Qt.ImhDate
|
||||
validInput: backend.validDate
|
||||
text: backend.dateString
|
||||
onTextChanged: backend.dateString = text
|
||||
|
||||
Loading…
Reference in New Issue
Block a user