-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Comment Multiline Input Field state isn't getting reset once the comment has been Send #41
Comments
@Nabhag8848 capabilities of my integration are |
connect again maybe you didn't have capabilities when you connected and please please please make sure you are working on one issue at a time. |
You mean that I should refresh the page or should I use the command of |
Yeah I am working on the pagination one. I have made the recursive functions. I just need to check whether they are working fine or not. This issue seems easier than that one so I thought of making a pr for this one first. |
In my opinion, prioritise that first and come up with this later, this will make things easier for us for reviewing. |
connect again |
@Nabhag8848 oki |
I will finish the previous one first |
Hello, @Nabhag8848, I'm interested in working on this issue. |
@VipinDevelops I was actually working on this issue |
Hi @Nabhag8848 when we click submit,the input text should be equals=''. This feature is already implemented but its only clearing the input field value from the server and not from the client i.e. after sending a message you cant send the same message again as you cant send a emtpy message. I demonstrated it in the below video. 2024-01-29.00-36-53.mp4If there is a function or a way in which we can also update the client side when the its server side value is changed i.e. we force the input field controlling it from the server, then it should work |
@Sayan4444 Yep. you got the point. #43 this issue is affecting this too. we have viewErrors everywhere but currently for some reason its not working. Edited: Check i believe there is an issue around intialvalue of this comment Multiline input element |
@Nabhag8848 handleCommentInputAction is called for every keystrokes we make but we want to this delete the input field text for submit. Moreover input field state can be reset anywhere using this await modalInteraction.clearInputElementState( 2024-01-29.01-19-30.mp4I hope my explaination is good enough and do tell me if I lack any understanding |
Yep but i believe we are clearlying the input on action of comment, issue lies somewhere else. |
What happened?
Steps to reproduce
Relevant ScreenShots
Screen.Recording.2024-01-21.at.09.39.02.mov
Version
v6.5
What browsers are you seeing the problem on?
Chrome
The text was updated successfully, but these errors were encountered: