-
Notifications
You must be signed in to change notification settings - Fork 563
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
[nodejs][Keyboard shortcut] Ctrl+Enter not working when inlineAction associated with a text.input #4575
Comments
In my own project, I had to use |
Thanks for raising and proposing the fix. @dclaux/ @paulcam206 thoughts? |
@scottlovegrove I am able to repro this in Firefox, thanks for reporting and for proposing a fix. Could you update your change to use |
@dclaux The problem I have here is that although the guidance is to use |
@dclaux bringing this up to your attention. |
@scottlovegrove not sure what version of TypeScript you're using, but |
🎉 Handy links: |
Platform
What platform is your issue or question related to? (Delete other platforms).
Author or host
Host, using the SDK to render adaptive cards ourselves
SDK version 2.0.0 on npm
Details
When having an
inlineAction
set against aText.Input
, pressing ctrl+enter with the keyboard when in the input field should trigger the inline action, right now, it is not.This is seen in Chrome (v84.0.4147.125), haven't tried this in other browsers, but would imagine it's the same.
The text was updated successfully, but these errors were encountered: