You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my watchOS app, I want to have an edit button in the toolbar to let the user edit some text. The problem is that TextFieldLink does not accept any initial text and TextField always displays a preview of the text. I need the look of TextFieldLink (just a button) and the behavior of TextField (initial text).
The text was updated successfully, but these errors were encountered:
Description
In my watchOS app, I want to have an edit button in the toolbar to let the user edit some text. The problem is that TextFieldLink does not accept any initial text and TextField always displays a preview of the text. I need the look of TextFieldLink (just a button) and the behavior of TextField (initial text).
The text was updated successfully, but these errors were encountered: