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
Fluent Search DataList Feature Doesn't Seem to Working Because of the DataList Needed to be on Same Scope of Input Which Wasn't the case in this Scenario and we don't have way to Add Html DataList to FluentSearch Input Control Scope and inputwrapper div for this feature to function properly
Provide a Us a RenderFragment or Alternative where we can Add the datalist to Proper Scope where input is, in this case input is inside the inputWrapper div, therefore dataList should be appended inside the same div
🔦 Context
i have been working on a feature for Search Feature for DataGrid which Mainly Depends on this Feature as we tried POC with different Controls and Came to Conclusion using Datalist is Most Efficient and Performant Solution for our Use Case which Contains 1000+ Suggestions for Search
🌍 Your Environment
OS & Device: [Windows]
Browser [Google Chrome]
.NET and Fluent UI Blazor library Version [9.0.2 and 4.11.3]
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
Fluent Search DataList Feature Doesn't Seem to Working Because of the DataList Needed to be on Same Scope of Input Which Wasn't the case in this Scenario and we don't have way to Add Html DataList to FluentSearch Input Control Scope and inputwrapper div for this feature to function properly
💻 Repro or Code Sample
💁 Possible Solution
Provide a Us a RenderFragment or Alternative where we can Add the datalist to Proper Scope where input is, in this case input is inside the inputWrapper div, therefore dataList should be appended inside the same div
🔦 Context
i have been working on a feature for Search Feature for DataGrid which Mainly Depends on this Feature as we tried POC with different Controls and Came to Conclusion using Datalist is Most Efficient and Performant Solution for our Use Case which Contains 1000+ Suggestions for Search
🌍 Your Environment
The text was updated successfully, but these errors were encountered: