-
Notifications
You must be signed in to change notification settings - Fork 328
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
Add enter handler for textbox #372
Labels
Comments
VijithaEkanayake-zz
changed the title
Support for adding button next to a text box
Support for adding a button next to a text box
Dec 9, 2020
VijithaEkanayake-zz
pushed a commit
that referenced
this issue
Dec 15, 2020
searchbar_card can be used to horizontally align textbox and button on the requirement. Fixes: #372
VijithaEkanayake-zz
pushed a commit
that referenced
this issue
Dec 15, 2020
searchbar_card can be used to horizontally align textbox and button on the requirement. Fixes: #372
VijithaEkanayake-zz
pushed a commit
that referenced
this issue
Dec 15, 2020
searchbar_card can be used to horizontally align textbox and button on the requirement. Fixes: #372
The current textbox with a search icon (already supported) can double as a search box if we add |
mturoci
changed the title
Support for adding a button next to a text box
Add enter handler for textbox
Dec 17, 2020
related to #348 |
VijithaEkanayake-zz
pushed a commit
that referenced
this issue
Dec 18, 2020
VijithaEkanayake-zz
pushed a commit
that referenced
this issue
Dec 18, 2020
VijithaEkanayake-zz
pushed a commit
that referenced
this issue
Dec 18, 2020
The implementation conditionally calls the keyup handler based on the values of the submit attribute. Fixes: #372
VijithaEkanayake-zz
pushed a commit
that referenced
this issue
Dec 18, 2020
The implementation conditionally calls the keyup handler based on the values of the submit attribute. Fixes: #372
This was referenced Nov 30, 2022
I’m working with @sherrychen2, @monal20, and @kitty3190 on a PR for this issue (and also #1645, #495, and #1535) as part of a Software Engineering class assignment. |
sherrychen2
added a commit
to extreme-sharks/wave
that referenced
this issue
Dec 7, 2022
Nicolapps
added a commit
to extreme-sharks/wave
that referenced
this issue
Dec 8, 2022
Nicolapps
added a commit
to extreme-sharks/wave
that referenced
this issue
Dec 9, 2022
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add enter handler with similar logic
onChange
has.Steps to follow:
textbox.tsx
.textbox.py
and showcase your new feature there.textbox.test.tsx
.The text was updated successfully, but these errors were encountered: