Siwei Kang

Results 1 issues of Siwei Kang

There is some extra white space under inputAccessoryView, only on iOS15. Love this library otherwise! ``` CocoaTextField(text: $text) .inputAccessoryView( HStack { Spacer() Button("Done") { } } ) ``` ![image](https://user-images.githubusercontent.com/1129383/155713930-defc73b6-0301-41a1-b96a-010ed871c449.png)

bug
sizing-bug