I have Textfield (read only) and Button.
When you click on Button you can choose date and time (Action - Date/Time picker).
Initial Value In TextField i have connected to Picker. It means that when you choose date and from Picker its value must be set in TexField.
But when i run app in test mode and use picker, in TextField i can see only default value. Value which i choose from picker didn't set.