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
dom-event-handlers.js initialises autocomplete selects with abp.dom.initializers.initializeAutocompleteSelects
This function defines a hidden text input to store the selection:
With the following html to use select
we obtain the following html once rendered
dom-event-handlers.js initialises autocomplete selects with abp.dom.initializers.initializeAutocompleteSelects
This function defines a hidden text input to store the selection:
The calculated selectedTextInputName produces the identifiers and names found in the rendered html:
The id and name should be the name provided in the cshtml file, GetListDto.Calca
The same happens if we use abp-select tag:
The text was updated successfully, but these errors were encountered: