Multiple TextFields
In the People App(Called "Kontakte" in german) you can add multipe Numbers. I'm guessing this phone number filed is a TextFiled in QML.
Now I would like to do this also in my app. Does anyone have an idea where I can find it in the SailfishOS code? Or have someone an example to handel this?
Thank you very much for your answers.
I suggest you maybe also ask the question over at TMO: https://talk.maemo.org/showthread.php?t=100817
Nova ( 2019-11-25 14:48:04 +0200 )editIs the Text input validationparagraph what's your looking for ? https://sailfishos.org/develop/docs/silica/qml-sailfishsilica-sailfish-silica-textfield.html/
orangecat ( 2019-11-25 15:36:36 +0200 )edit@bauidch Are you asking for how to add multiple TextFields?
Tanghus ( 2019-11-25 15:58:18 +0200 )edit@Tanghus Yes, like the screenshot, with multiple telephone numbers.
bauidch ( 2019-11-25 16:13:21 +0200 )editNot exactly telephone numbers, but I do it by maintaining a model reading from Local Storage. https://github.com/tanghus/kitchen-timer-qml/blob/master/qml/pages/TimersDialog.qml
Tanghus ( 2019-11-25 17:37:53 +0200 )edit