dotnet/maui

ReturnType API for SearchBar like for Entry

Open

#19.872 aberto em 12 de jan. de 2024

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)C# (1.951 forks)batch import
area-controls-entryarea-keyboardgood first issueproposal/opent/enhancement ☀️

Métricas do repositório

Stars
 (23.245 stars)
Métricas de merge de PR
 (Mesclagem média 47d 9h) (248 fundiu PRs em 30d)

Description

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.

Guia do colaborador