dotnet/maui

ReturnType API for SearchBar like for Entry

Open

#19,872 创建于 2024年1月12日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)C# (1,951 fork)batch import
area-controls-entryarea-keyboardgood first issueproposal/opent/enhancement ☀️

仓库指标

Star
 (23,245 star)
PR 合并指标
 (平均合并 47天 9小时) (30 天内合并 248 个 PR)

描述

Description

It would be great to have ReturnType API for SearchBar like it is done for Entry.

Public API Changes

<SearchBar
    ReturnType="Done">
</SearchBar>

Intended Use-Case

When developer implements realtime search using SearchBar, "Search" button on keyboard doesn't make sense. "Done" option should be available for this case.

贡献者指南