79434431

Date: 2025-02-12 21:03:01
Score: 1
Natty:
Report link

As I understood you want to disable button. but you currently set it as readonly, not disabled

button.readonly = !allFilled

change this to

button.disabled = !allFilled
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Allure