-
Notifications
You must be signed in to change notification settings - Fork 429
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
[form-builder] Show paste enable on uploadplaceholder #583
Conversation
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.
A couple of comments, otherwise LGTM. Should probably do something similar for ImageInput also?
} | ||
|
||
.eyeRight { | ||
/* animation: eye-right_d 1s linear both; */ |
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.
What are these for?
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.
debugging
@@ -1,3 +1,4 @@ | |||
/* eslint-disable complexity */ |
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.
Why is this needed?
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.
linter underlines everything and makes it hard to read (complexity warning). We should consider change the eslint settings.
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.
Yeah, I noticed afterward that warning has started to appear in deeply nested jsx now. Looks like a bug in eslint, actually. Just leave it for now :)
4a91202
to
43c885f
Compare
43c885f
to
60b847c
Compare
* [form-builder] Show paste enable on uploadplaceholder * [form-builder] Remove debug * [form-builder] Focus-state on uploadarea on imageInput * [form-builder] Pass onFocus/onBlur to image/file fields
* [form-builder] Show paste enable on uploadplaceholder * [form-builder] Remove debug * [form-builder] Focus-state on uploadarea on imageInput * [form-builder] Pass onFocus/onBlur to image/file fields
No description provided.