Problem/Motivation
States are not applied correctly for Text area Multiple rows (text_long) and List text (list_string) fields.
Proposed resolution
Correct the selector for Text (Long) using the 'Text area (Multiple rows)' (text_long) widget and List (text) using the Select list (list_string) widget.
Remaining tasks
- Write a patch
- Review
- Commit
User interface changes
States are applied correctly to Text formatted widget: Text area Multiple rows (text_long) and List text (list_string)
API changes
None.
Data model changes
None.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | field_states_ui-text_long_and_list_text_support-2885331-3.patch | 1.04 KB | idebr |
Comments
Comment #2
idebr commentedAdded patch corrects the selector for Text (Long) using the 'Text area (Multiple rows)' (text_long) widget and List (text) using the Select list (list_string) widget.
Comment #3
idebr commentedComment #4
slydevil commentedI've rolled this patch into the patch provided in #2937114.
Comment #5
nickdickinsonwildeThanks for the patch
Thanks @slydevil for making all those changes nicely in one patch.