Draft: Issue #3494634 by pdureau, grimreaper: POC dummy approach: try to tell...
1 open thread
1 open thread
Merge request reports
Activity
added 1 commit
added 1 commit
added 1 commit
added 1 commit
added 1 commit
added 1 commit
added 1 commit
added 280 commits
-
8712da14...48528f7c - 268 commits from branch
project:11.x
- 48528f7c...18ace19d - 2 earlier commits
- 4eb9d0a4 - Issue #3508641 by grimreaper, pdureau: Define form elements from SDC
- cceef5e0 - Issue #3494634 by grimreaper, pdureau: Clenup POC. Use Bootstrap 5 components.
- a17e46a2 - Issue #3494634 by grimreaper, pdureau: convert all componentelement info form...
- 0ed1f013 - Issue #3494634 by grimreaper, pdureau: add select component.
- d512d462 - Issue #3494634 by grimreaper, pdureau: add radios component.
- 4fde013f - Issue #3494634 by grimreaper, pdureau: full components form, except submit.
- 5cb02c4d - Issue #3494634 by grimreaper, pdureau: test required.
- 2a81827e - Issue #3494634 by grimreaper, pdureau: create attributes object for input.
- b212aae4 - Issue #3494634 by grimreaper, pdureau: POC stories
- 90bcb370 - Issue #3494634 by grimreaper, pdureau: Altering a form based on name.
Toggle commit list-
8712da14...48528f7c - 268 commits from branch
added 17 commits
-
90bcb370...94f1d433 - 4 commits from branch
project:11.x
- 94f1d433...286c62d0 - 3 earlier commits
- 20d22359 - Issue #3494634 by grimreaper, pdureau: Clenup POC. Use Bootstrap 5 components.
- 0a8f4308 - Issue #3494634 by grimreaper, pdureau: convert all componentelement info form...
- 42857973 - Issue #3494634 by grimreaper, pdureau: add select component.
- 4273714b - Issue #3494634 by grimreaper, pdureau: add radios component.
- 308545d2 - Issue #3494634 by grimreaper, pdureau: full components form, except submit.
- b344eeec - Issue #3494634 by grimreaper, pdureau: test required.
- 4746c0c5 - Issue #3494634 by grimreaper, pdureau: create attributes object for input.
- 9ffe5c57 - Issue #3494634 by grimreaper, pdureau: POC stories
- d67a98de - Issue #3494634 by grimreaper, pdureau: Altering a form based on name.
- 46b80c4b - Issue #3494634 by grimreaper: Improve poc library handling
Toggle commit list-
90bcb370...94f1d433 - 4 commits from branch
added 1 commit
added 1 commit
- Resolved by Florent Torregrosa
32 32 * 33 33 * @see \Drupal\Core\Render\Element\Textarea 34 34 */ 35 #[RenderElement('component')] 36 class ComponentElement extends RenderElementBase { 35 #[FormElement('component')] Changing ComponentElement into a FormElement for every component is not decided yet.
Also this change is for https://www.drupal.org/project/drupal/issues/3508641, In the other MR for this issue I removed the change to focus.
added 1 commit
added 27 commits
-
c6bc23fb...1a2079a4 - 8 commits from branch
project:11.x
- 1a2079a4...f61a072c - 9 earlier commits
- b8de6ec8 - Issue #3494634 by grimreaper, pdureau: create attributes object for input.
- c7469ecb - Issue #3494634 by grimreaper, pdureau: POC stories
- 0208f088 - Issue #3494634 by grimreaper, pdureau: Altering a form based on name.
- 2ff825ff - Issue #3494634 by grimreaper: Improve poc library handling
- 3d908ae4 - Issue #3494634 by grimreaper, pdureau: Compatibility between SDC and the Form API
- a4b6bcf5 - Issue #3494634 by grimreaper, pdureau: fix rebase
- 7af93363 - Issue #3494634: Compatibility between SDC and the Form API
- f80156f6 - Issue #3494634: Apply navigation bug fix. Remove example working.
- ef86d130 - Issue #3494634: Handle value as prop.
- 33c6dbb4 - Issue #3494634 by grimreaper, pdureau: Handle components with multiple inputs.
Toggle commit list-
c6bc23fb...1a2079a4 - 8 commits from branch
added 1 commit
added 1 commit
added 97 commits
-
ace5df8e...042eb55b - 75 commits from branch
project:11.x
- 042eb55b...dbf8668c - 12 earlier commits
- 3fcc6024 - Issue #3494634 by grimreaper: Improve poc library handling
- abe0d06a - Issue #3494634 by grimreaper, pdureau: Compatibility between SDC and the Form API
- c9e061d4 - Issue #3494634 by grimreaper, pdureau: fix rebase
- 7a77e85a - Issue #3494634: Compatibility between SDC and the Form API
- 44f4c227 - Issue #3494634: Apply navigation bug fix. Remove example working.
- 097ad072 - Issue #3494634: Handle value as prop.
- 34e13189 - Issue #3494634 by grimreaper, pdureau: Handle components with multiple inputs.
- 9e8bcf26 - Issue #3494634 by grimreaper, pdureau: Handle components with multiple inputs.
- 79b077fc - Issue #3494634: Compatibility between SDC and the Form API
- 929bd687 - Issue #3494634: Updating regarding other MR.
Toggle commit list-
ace5df8e...042eb55b - 75 commits from branch
mentioned in commit issue/drupal-3508641@b20a07e2
mentioned in commit issue/drupal-3508641@86b735eb
Please register or sign in to reply