They'll be there tomorrow, go veg out. You had a big day.
They'll be there tomorrow, go veg out. You had a big day.
#TeslaTakeDown
#TeslaTakeDown
Not one to recommend custom Pickers, but that may get you where you wanna go. FWIW, this was maybe 50 lines of code and responds to FocusedState
Not one to recommend custom Pickers, but that may get you where you wanna go. FWIW, this was maybe 50 lines of code and responds to FocusedState
TextField has the modifier ..focused($isFocused) and my Next button toggles @FocusedState isFocused to false. Dismisses the keyboard.
Maybe something in that helps.
TextField has the modifier ..focused($isFocused) and my Next button toggles @FocusedState isFocused to false. Dismisses the keyboard.
Maybe something in that helps.