-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
New Component: Search Field #1446
Conversation
fix lenting
merge callemall master
merge with callemall
@yongxu That's an interesting start! It could potentially resolve #579 and #18. I think that we should call this component |
<div style={mergedRootStyles} | ||
onKeyDown={(e)=>{ | ||
switch(e.keyCode){ | ||
case 27: //esc |
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.
Thanks for the review @oliviertassinari ! |
Another working pull request #1985 will replace this one. |
New Component Search Field
