In jolla-calendar, in EventEditPage.qml in eventName- and eventLocation-TextFields there are AutoFill-components
Private.AutoFill {
id: locationAutoFill
key: “calendar.eventLocation”
}
Are those supposed to remember the event names and locations, and show them in the list of word suggestions?
If so,
a) I haven’t noticed any effect.
b) Can this component be used for any input field in any app just by changing the key?