Closed (fixed)
Project:
AI Auto-reference
Version:
1.0.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Sep 2025 at 13:56 UTC
Updated:
25 Mar 2026 at 18:05 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
recrit commentedComment #3
scott_euser commentedI think before spending too much time on a direction would like to check in on the latest for Field Widget Actions in the AI module. Hoping we can leverage that somehow - its merge into the 1.2.x branch there.
I also wonder if while leveraging that, we'll see any design patterns there e.g. modal window or something with suggestions which could avoid a full form submission. With a lot of AI Initiative efforts happening there, aligning the UX as much as possible while keeping the suggestion levels and searching existing content from this module would great.
It may be hard however to avoid a page refresh unless we e.g. require the field to be Tagify like Drupal CMS uses (or at least remove support for autocomplete) otherwise e.g. an entity reference field that results in 3 references added yet only 1 field initially available doesn't work of course.
Comment #4
scott_euser commentedFor reference for someone coming across this, this is the status quo UX of this module:
Comment #5
recrit commented@scott_euser From what I can tell all of AI module's Content Suggesters and field actions for taxonomy still only use a text field to get the text used for the suggestion. The main advantage of the ai_auto_reference module is that it allows a rendered view mode to be used to get the text used for the suggestion. This is useful on sites that do not have a simple "body" field.
Comment #6
scott_euser commentedOh yeah that's not what I mean - definitely the functionality here is important and provides quite a bit more value; more thinking of the UX changes only.
Had to dig a bit but this was an earlier release (not in stable version yet of AI module): https://drupal.slack.com/archives/C0803LX4536/p1751900254090099?thread_t... which is this mp4 video of using a button below an entity reference field
Comment #7
recrit commented@scott_euser thanks for the video. That would be great if we had access to the updated entity object in the AJAX call.
Comment #8
scott_euser commentedWork in progress: screencast gif of work in progress opening modal and suggesting tags:
Comment #9
scott_euser commentedComment #10
recrit commented@scott_euser thanks! That looks promising
Comment #12
scott_euser commentedOkay made some progress:
Steps (using the above #3563961 MR):
Comment #13
scott_euser commentedNow merged into FWA module and merged here with test coverage