Allow Download File Type dropdown to be deselected#1169
Conversation
b1aeb12 to
eb9cbfe
Compare
There was a problem hiding this comment.
@daniel-shuy for some reason this option is always showing selected even when it's not. Might have to have a valid id here or it could be something else
There was a problem hiding this comment.
Turns out that was due to the undefined value, which was causing a compilation error (TypeScript strict mode is enabled). Changing the value back to empty string solves it
There was a problem hiding this comment.
I've dropped the previous commit
There was a problem hiding this comment.
Ok this looks good then. Can you check why the tests are failing? Likely pull release into your branch should solve this
There was a problem hiding this comment.
Ironically it started failing after I rebased onto release. #1191 should fix it I think.
There was a problem hiding this comment.
Yikes! Sorry about that 😅
Nikhil-Nandagopal
left a comment
There was a problem hiding this comment.
Requested changes
377588f to
eb9cbfe
Compare
eadce46 to
ffb510f
Compare
ffb510f to
1c6cf92
Compare
1c6cf92 to
d3fdda5
Compare
|
Rebased onto |
|
@daniel-shuy I'm really sorry about this but can you please update your branch again with the latest code from The tests should then pass on this branch. |
d3fdda5 to
2a0dfd1
Compare
2a0dfd1 to
2c5e743
Compare
|
@mohanarpit it's passing now, thanks! |
Description
Add a default selection to the Download File Type dropdown so that it can be deselected.

Fixes #674
Type of change
Checklist: