dash
dash copied to clipboard
Fix dropdown
Fix dropdown with a value of "" resetting to None. Fix #2850
Wow, great detective work @T4rk1n .
Could you explain the issue and the fix in a bit more detail?
We discovered the value was getting reset to null and triggering callbacks that ends up breaking the docs in some odd testing case. The empty string should have been considered the same as null and not trigger the reset.