You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.
I would like to ask how I can have the scroll in my drop-down menu, since I currently do not have it. This is my integration:
<BlazoredTypeaheadSearchMethod="GetDeparmentsDelivery"ConvertMethod="ConvertList"ShowDropDownOnFocus="true"EnableDropDown="true"placeholder="Seleccionar.."Value="holder.Department"ValueChanged="@((string value) => ChangeDepartmentsDelivery(value))"ValueExpression="@(() => holder.Department)"><SelectedTemplate Context="askSekureGetDeparmentsDeliveryIC">@askSekureGetDeparmentsDeliveryIC</SelectedTemplate><ResultTemplate Context="askSekureGetDeparmentsDeliveryIC">@askSekureGetDeparmentsDeliveryIC.Value</ResultTemplate><NotFoundTemplate Context="askSekureGetDeparmentsDeliveryIC">Seleccione un item de la lista
</NotFoundTemplate></BlazoredTypeahead>`
Result:![Capturade pantalla 2024-01-19115215](https://github.com/Blazored/Typeahead/assets/75462499/bc89fffd-6e0e-477f-a7a4-60b4bf1ad0b5)Thereare more than 20 departments inthelist,butI want to show the first interaction with10 results as you can see.
Please if anyone can help me,thankyou!
The text was updated successfully, but these errors were encountered:
Good day to all!
I would like to ask how I can have the scroll in my drop-down menu, since I currently do not have it. This is my integration:
The text was updated successfully, but these errors were encountered: