- Issue created by @lazzyvn
- 🇩🇪Germany jurgenhaas Gottmadingen
This is looking OK and I don't see any negative side-effect either.
However, I'd be interested which theme is doing what you describe?
- 🇫🇷France lazzyvn paris
bootstrap 5 admin 🐛 An issue with ECA module Active
drupal 11.2+ supports submit button, so I think there are more themes that will change the input to a button ('cos it supports icon)$form['submit-button'] = [ '#type' => 'button', '#submit_button' => TRUE, '#value' => $this->t('Submit'), ];
-
anirudhsingh19 →
committed c2e517ce on 3.0.x
Issue #3542848: js submit
-
anirudhsingh19 →
committed c2e517ce on 3.0.x
- 🇩🇪Germany jurgenhaas Gottmadingen
That's interesting, thanks for clarification. I've merged this into 3.0.x just now. However, I wonder if this should also be back ported to the 2.x branch which is still in heavy use?