Module Description
CCK Select Other introduces an alternative select list widget that provides a user with either a select list or text input.

Features

* Uses native core List fields, which allows to swap out the select widget at any time.
* Provide a field formatter.
* Supports views filter.
* Support custom Other label.
* Drupal 6-7
* Supports allowed values and stores options in separate configuration.
* 7.x-2.x: Support field collection and other element altering modules.


* Drupal 8
* Uses allowed value.



Known issues

* Drupal 7: i18n is not supported because i18n does not support form element children correctly.

Release status

* 8.x-1.x: 1.4 stable released.
* 7.x-2.x: Better support for field collection, list_integer. Not ready for production-use
* 7.x-1.x: 1.2 stable released.
* 6.x-1.x version is stable and works fine for normal use cases. There are a number of tasks related to advanced use cases such as with conditional field or flexifield.

Drupal 8: How it works
The decoupling of fields and widgets caused much issue with this module as a field no longer understands what widget a value came from. Despite the benefit of decoupling this means that CCK Select Other MUST re-couple the dependency and blow away reliance on AllowedValuesConstraint and AllowedValuesConstraintValidator classes and redoing everything from scratch. Now any field that uses the select other widget in any form display will pass through allowed values. Don't like it? Fix core.

Drupal 6: How it works
CCK renders the form element as fieldset with multiple elements. When processed the form element is deconstructed into a simple element so that CCK will save the field properly. If validation fails the form element needs to be reconstructed as the fieldset.

Project Usage
1807
Creation Date
Changed Date
Security Covered
Covered By Security Advisory
Version Available
Production
Module Summary
CCK Select Other module provides an alternative select list widget allowing users to choose between a select list or text input, with support for Drupal 6-7 and Drupal 8, field formatters, views filter, custom Other label, and separate configuration for allowed values.
Data Name
cck_select_other

OPENAI CHATBOT

OPENAI CHATBOT

12:27:10
Generic Chatbot
Hi, I'm a Drupal module expert powered by OpenAI, answering your questions about the Drupal module ecosystem. How can I be helpful today? Please note that we will log your question.