-
Notifications
You must be signed in to change notification settings - Fork 139
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
Clearing 'Project Name' from (x) clear button; still display the "Create Project" button activated #238
Comments
Valid. |
Similar to #241, but not exactly the same. |
Its issue with React v15.x, facebook/react#6822 There is a workaround to overcome the issue, however, that would make the form slow because it requires handling onInput event instead of onChange event and onInput event is fired as soon as the value is changed in the text box. If the issue is critical, we can apply the workaround only for IE by detecting the browser. cc: @fnisen @vic-appirio @parthshah |
@vikasrohit how about turning off the "X" in IE, as one of the other commenters suggested? |
Done. Removed the "X" for IE. |
… still display the "Create Project" button activated -- Removed the X button for IE
Description
Clearing 'Project Name' from (x) clear button; still display the "Create Project" button activated
Steps to Reproduce
Expected Result(s)
Actual Result
Environment
Image/Video/JS Log (If not attached here, Please check the comment section)
The text was updated successfully, but these errors were encountered: