- ๐ฎ๐ณIndia anchal_gupta
Hi,
I have tested this issue according to the given description but that problem is not reproduced in my system.
The class Autocomplete widget is working fine and I also test ids and attributes it's also working Fine.
Could you please provide more detail? It would be helpful.I am testing this issue in the Drupal 10.1 version
Testing Steps:
1. Install the Block class module.
2. Go to Administration ยป Structure ยป Block Layout.
3. I add a new class "block--images" to block 1 and attach the screenshot.
4. then I add another class "block--map" and "block--gmap" in block 2 the list of the available classes is not empty.
5. Then I go to the block3 configuration the list of the available class have shown all the classes then I add the "block--images" and save.
- First commit to issue fork.
- @pooja_sharma opened merge request.
- Status changed to Needs review
over 1 year ago 2:00pm 15 July 2023 Added changes in MR 21. Please Review.
Attached Screenshots for reference
Issue replicate when exact existing class name type/paste, which should not occur as per User experience, it creates kind of confusion that this class not exist.
I tried to check in core default link field or any other field which is searchable & if you try to paste/type exact "string" then still that string visible in the list
- Status changed to RTBC
9 months ago 2:09pm 21 July 2024 - ๐ฎ๐นItaly kopeboy Milan
I noticed on a fresh Drupal 10.3.1 install just to test this module that searching for an existing class would not show it in the autocomplete ๐
Like say I created class1 and class2, then while typing class in the autocomplete I would see both class1 and class2, but as soon as I also type the 1 in class1, class1 would disappear from the selection list ๐คจ Weird.
Fortunately I applied MR!21 as a patch (even to the 2.0.11 version) and it solved the issue. Thanks!
- ๐ฎ๐นItaly kopeboy Milan
FYI I noticed that the latest version of this module (v4, now stable) doesn't have this issue.