-
Notifications
You must be signed in to change notification settings - Fork 65
feat: Add input_submit_textarea() input element
#1204
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
Conversation
a4344a5 to
693b87c
Compare
7aacb20 to
1d69765
Compare
bde62d7 to
443e2b1
Compare
443e2b1 to
981dd96
Compare
input_submit_textarea()/input_submit_button() componentsinput_submit_textarea() input element
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! 🏄♂️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 11 out of 18 changed files in this pull request and generated 4 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <[email protected]>
Adds
input_submit_textarea(), a new input control that's akin toshiny::textAreaInput(), but delays the sending of an input value until a corresponding button is pressed.Here is a hello world example:
TODO