-
Notifications
You must be signed in to change notification settings - Fork 43
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
Bug fix/cross button #104
base: master
Are you sure you want to change the base?
Bug fix/cross button #104
Conversation
Deploy preview for rne-playground ready! Built with commit a334386 |
Issue #70 crossButtonIssue.movFixed #104 crossButtonFixed.mov@ARJUN-SABU @ankushdutt @pranshuchittora @Uyadav207 Please look into it. This PR fixes issue #70 . |
package.json
Outdated
@@ -22,7 +22,8 @@ | |||
"react-native-web-linear-gradient": "^1.1.1", | |||
"react-router-dom": "^5.2.0", | |||
"react-scripts": "3.4.1", | |||
"react-view": "^2.3.2" | |||
"react-view": "^2.3.2", | |||
"v8": "^0.1.0" |
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.
??
public/index.html
Outdated
@@ -57,7 +57,7 @@ | |||
<!-- Open Graph / Facebook --> | |||
<meta property="og:type" content="website" /> | |||
<meta property="og:url" content="https://react-native-elements.js.org/" /> | |||
<meta property="og:title" content="Playground 🚀 | React Native Elements" /> | |||
<meta property="og:title" content="Playground | React Native Elements" /> |
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.
??
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.
Hey Pranshu , I will undo this right away.
What kind of change does this PR introduce?
Bug Fix
Did you add tests for your changes?
No.
If relevant, did you update the documentation?
Not Required
Summary
This PR fixes the crossButton bug in Input page. The cross button now clears the input text.
Fixes Issue #70
Does this PR introduce a breaking change?
Not Applicable
Other information