GX-Bug #68103
Von Moritz Bunjes vor mehr als 3 Jahren aktualisiert
The save button on the settings page is too long disabled. It should never be disabled or every change in the form has to be detected immediatly and not only after blur event. Steps to reproduce 1. go to the Gambio Admin > Settings page 2. enter a value in the field "Store address and phone number" and don't leave the field 3. try to save Expected result The Save button is clickable. Actual result The Save button is still disabled. Only clicking somewhere else or hitting tab key triggers the blur event of the field and the Save button gets active. Run `yarn next:build` before testing. I recommend to remove the disabled status of the Save button at all. This should be decided by Marcus and Daniel Schnadt, because they are responsible for the concept of this page.