Hey! I’m finally getting on the mobile train in hopes to have something to submit to the challenge. Is there a good solution to mimic auto-binding on mobile text inputs? I tried a workflow when input’s value is changed, make changes to x textField = this input’s value
It’s not behaving as expected. It does save the value once I un-focus, but navigating between views doesn’t show the updated field in the input, even with both the placeholder and initial content set to x’s textField’s value.