nemesis00sam

Results 3 comments of nemesis00sam

@ahuang11, I tried but behaviour doesn't change. ``` from time import sleep import panel as pn pn.extension(design="material") def callback(contents: str, user: str, instance: pn.chat.ChatInterface): sleep(10) message = "" for char...

For pn.widgets.TextAreaInput(), it is working.

If we can fix this behaviour for TextAreaInput, it will be great. It looks more attractive in my use case.