Hi ,
I am using the Syncfusion React DropDownListComponent with allowFiltering={true}. The dropdown works perfectly outside a modal, but when placed inside a Bootstrap modal, the search input does not receive focus, making it impossible to type without manually clicking the input.
Example component inside the modal:
All other dropdown functionality works fine (options render and selection works), but the search box cannot be focused inside the modal.