We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 387dd6d commit b79f87dCopy full SHA for b79f87d
1 file changed
samples/jquery/00 ShoppingForm/src/modules/app/app.js
@@ -63,7 +63,7 @@ class App {
63
if (!isValidProduct) {
64
$selProducts.val('');
65
}
66
- this.toggleAvailability($selProducts, product !== null);
+ this.toggleAvailability($selProducts, isValidProduct);
67
this.loadProductsByBrand(product);
68
69
0 commit comments