We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
某些场景,SearchBar不带显式的搜索按钮,而是直接通过软键盘右下角确认按钮直接触发搜索。这种情况下需要将键盘确认按钮的文本改为“搜索”。
SearchBar 添加 inputType prop:
inputType
<SearchBar inputType='search' />
The text was updated successfully, but these errors were encountered:
No branches or pull requests
这个功能解决了什么问题?
某些场景,SearchBar不带显式的搜索按钮,而是直接通过软键盘右下角确认按钮直接触发搜索。这种情况下需要将键盘确认按钮的文本改为“搜索”。
你期望的组件设计是怎样的?
SearchBar 添加
inputType
prop:The text was updated successfully, but these errors were encountered: