issues
search
kiwicom
/
orbit-swiftui
Kiwi.com Orbit design system library
MIT License
132
stars
23
forks
source link
Improve `InputField` focus modifier
#661
Closed
PavelHolec
closed
1 year ago
PavelHolec
commented
1 year ago
Update the modifier to be more robust, including:
interoperability with
@FocusState
iOS15 modifier
switch between two focus fields without keyboard animation
remove duplicate event calls
Update the modifier to be more robust, including:
@FocusState
iOS15 modifier