most recent patch to gitlab branch
Autocomplete #3076171
Edited by Ben Mullins
Merge request reports
Activity
added 6 commits
-
1360c057...9c9c981f - 5 commits from branch
project:9.2.x
- ec45fc42 - Merge branch '9.2.x' of https://git.drupalcode.org/project/drupal into 3076171-provide-a-new
-
1360c057...9c9c981f - 5 commits from branch
added 55 commits
-
ec45fc42...4f29fd7f - 52 commits from branch
project:9.2.x
- 8ebe7104 - shimmed and nonshimmed can coexist
- 3d0b0d5d - Merge branch '3076171-provide-a-new' of git.drupal.org:issue/drupal-3076171...
- a93dd53a - Merge remote-tracking branch 'origin/9.2.x' into 3076171-provide-a-new
Toggle commit list-
ec45fc42...4f29fd7f - 52 commits from branch
added 1 commit
- 0b3df62d - update test docs and adjust shim to facilitate consistient styling
added 70 commits
-
ac22c19f...55422cea - 68 commits from branch
project:9.2.x
- 37c400ff - Merge remote-tracking branch 'origin/9.2.x' into 3076171-provide-a-new
- 586ae1b2 - move to vendor
-
ac22c19f...55422cea - 68 commits from branch
171 171 * autocomplete JavaScript library. 172 172 * - #autocomplete_route_parameters: The parameters to be used in 173 173 * conjunction with the route name. 174 * - #use-core-autocomplete: As of Drupal 9.2, jQuery UI Autocomplete is no changed this line in version 13 of the diff
I reconsidered and added this THEN re-reconsidered and removed because it's also possible to bypass the shim in templates or preprocessors with the with the
data-drupal-10-autocomplete
attribute - this is ultimately the attribute that is checked to determine if the shim should be added. So, not using the form API property doesn't necessarily mean the shim is going to be run. This also makes it quite easy to disable the shim for all autocompeltes via preprocess_input$variables['attributes']['data-drupal-10-autocomplete'] = TRUE; }
- Resolved by Ben Mullins
- Resolved by Ben Mullins
- Resolved by Ben Mullins
- Resolved by Ben Mullins
- Resolved by Ben Mullins
added 1 commit
- b83d103c - messages in subproperty doesnt work, change back
- Resolved by Ben Mullins
Please register or sign in to reply