nutui-react icon indicating copy to clipboard operation
nutui-react copied to clipboard

[FR]: SearchBar 支持自定义 input 的 type(小程序confirm-type)属性

Open zybzzc opened this issue 10 months ago • 0 comments

这个功能解决了什么问题?

某些场景,SearchBar不带显式的搜索按钮,而是直接通过软键盘右下角确认按钮直接触发搜索。这种情况下需要将键盘确认按钮的文本改为“搜索”。

你期望的组件设计是怎样的?

SearchBar 添加 inputType prop:

<SearchBar inputType='search' />

zybzzc avatar Mar 27 '24 08:03 zybzzc