Browse Source
Truthiness check on event.option.value would incorrectly route to clear() for valid falsy values like 0 or "". Use != null instead.pull/15273/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue