Skip to content

Bugfix for #48378 - Resetting value of input element to fix Chrome-specific issue

Chirag requested to merge chirag64/gitlab-ce:avatar-upload into master

What does this MR do?

Bugfix for #48378 (closed). It sets the value of the input element to null after input[type=file]'s change event is triggered so that user can select the same image twice for their Avatar

Are there points in the code the reviewer needs to double check?

Check if removing the return value affects anything. I believe the return value was being discarded till now

Why was this MR needed?

Bugfix for #48378 (closed)

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

#48378 (closed)

Edited by Chirag

Merge request reports