Sateesh Mandava
Sateesh Mandava
Please add kafka input.
It looks like line# 15 in autocomplete.js ( https://github.com/erikras/redux-form-material-ui/blob/master/src/AutoComplete.js ) is resulting in undefined value for searchText. I'm setting it to '' (empty string) as a temporary fix.
using a custom function instead of this package. below is the code .. Custom function: ```javascript const renderAutoCompleteField = ({ input, label, onNewRequest, dataSourceConfig, dataSource, meta, ...custom }) => {...
Looks like the > ed and should have resolved this, if you have a moment to verify that would be appre @craigomatic, The [copilot chat app sample](https://github.com/microsoft/semantic-kernel/blob/f4e92eb1de8c8e222c51e0fd8e46e0e6be5650b7/samples/apps/copilot-chat-app/webapi/CopilotChat/Controllers/DocumentImportController.cs#L213) is giving the...
> Try updating to the latest nuget that was just released: https://www.nuget.org/packages/Microsoft.SemanticKernel/0.15.230609.2-preview Worked! Thank you.