JQUnitField icon indicating copy to clipboard operation
JQUnitField copied to clipboard

8plus上,如果选择字母的输入类型,输入框会被联想框挡住

Open Benight opened this issue 8 years ago • 1 comments

解决方法:加这个方法

  • (UITextAutocorrectionType)autocorrectionType { return UITextAutocorrectionTypeNo; }

Benight avatar Jan 08 '18 03:01 Benight

谢谢!可以pull提交代码!

在 2018年1月8日,上午11:04,Benight [email protected] 写道:

UITextAutocorrectionType

xiaohange avatar Jan 08 '18 03:01 xiaohange