Mario

Results 5 comments of Mario

I have the same issue with the drop down select when dealing with categories. I keeps adding new categories when you choose an existing one.

Thanks @picard102 #26 does fix it.

I would load dynamic CSS through `` tags and use the `wp_head ` hook instead of trying to enqueue. Here's an example: https://wordpress.stackexchange.com/questions/56502/is-it-possible-to-enqueue-a-raw-css-string-directly-from-within-a-template-file

@kornatskyi yep, same for me. [I completely missed the the `BoltIcon` was the trigger](https://github.com/mckaywrigley/chatbot-ui/pull/477#issuecomment-1500929792) to show the plugin list. So perhaps this issue should be updated to only show the...

@gchenfc this is because in it's current beta, it sets the plugin to `null` after every send. See `handleSend` in https://github.com/mckaywrigley/chatbot-ui/blob/main/components/Chat/ChatInput.tsx#L95.