Closed (won't fix)
Project:
CCK Autocomplete
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2009 at 03:22 UTC
Updated:
24 Mar 2009 at 19:46 UTC
Hi,
I am trying to use this module for suggesting possible values while typing basing on allowed values list. But It does not suggest all possible values from allowed values list. It just suggests those ever used in other nodes which share the same field.
Could this module be modified to show all possible values from allowed values list even those never used.
Thanks
Nguyen Quoc Viet
Comments
Comment #1
archard commentedSorry but that's not the purpose of this module. This module is for getting values from other nodes which share the same field.
Comment #2
rootgear commentedIs it possible to list all values by default?
Right now, it waits until you type a character.. It would be nice if it had the option to list all options, like a select list.
Comment #3
archard commentedAs far as I know that's not possible to do with the current form API. If someone wants to submit a patch that accomplishes it somehow, then go ahead.