betodealmeida opened a new pull request #5529: Fix time shift
URL: https://github.com/apache/incubator-superset/pull/5529
 
 
   `SelectControl` is not working correctly when both `multi` and `freeForm` 
are both true — the freeform value is being deleted from the list of choices.
   
   I also improved the code. Currently, for multi it only checks if the 
**first** value is not present in the choices, and deletes everything if that's 
true. I changed it so that only values not present in the choices are erased.
   
   This fixes https://github.com/apache/incubator-superset/issues/5520.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to