dash icon indicating copy to clipboard operation
dash copied to clipboard

Fix dropdown

Open T4rk1n opened this issue 1 year ago • 2 comments

Fix dropdown with a value of "" resetting to None. Fix #2850

T4rk1n avatar May 09 '24 19:05 T4rk1n

Wow, great detective work @T4rk1n .

Could you explain the issue and the fix in a bit more detail?

emilykl avatar May 09 '24 21:05 emilykl

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.

T4rk1n avatar May 10 '24 11:05 T4rk1n