-
Notifications
You must be signed in to change notification settings - Fork 761
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Since 4.5, Adaptive Card Inputs won't focus #1680
Comments
+1 on Web Chat no-repro; I just verified on 4.5 bits. |
Taking a look now |
I've confirmed it's an Emulator bug. (I tried it on the same Emulator bits, but one with webchat@4.4.2 & one with @4.5.0 and they both reprod) I believe it has something to do with the logic that highlights the selected activity when we click inside of it. === UPDATE: Found the issue. Working on a fix. |
Workaround for now: Tabbing into the adaptive card input field and typing works as expected. Clicking into the field is what causes the issue. |
Version4.5.1 Describe the BugUnable to use Adaptive Card input fields. It seems to lose focus as soon as I click in the input field and text immediately disappears. Like above.. If I use right-click to enter value per value it works, but when the Card is out of focus the input gets removed again. To Reproduce
|
I can repro this, and it's because the example you are using is a Today I will work on a fix for all the different inputs within adaptive cards, and I think we will push out a patch as well. I'll keep this thread updated. |
This issue has been fixed in the newest release, 4.5.2, available now. |
Version
4.5.0
Describe the bug
Unable to use most Adaptive Card input fields. It seems to lose focus as soon as I click in the input field and text immediately disappears. See gif.
To Reproduce
Try this:
Expected behavior
Able to use Adaptive Card inputs.
Additional context
@tdurnford says WebChat seems to work fine, still.
[bug]
The text was updated successfully, but these errors were encountered: