dotnet/maui

ReturnType API for SearchBar like for Entry

Open

#19.872 aperta il 12 gen 2024

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)C# (1951 fork)batch import
area-controls-entryarea-keyboardgood first issueproposal/opent/enhancement ☀️

Metriche repository

Star
 (23.245 star)
Metriche merge PR
 (Merge medio 47g 9h) (248 PR mergiate in 30 g)

Descrizione

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.

Guida contributor