Issue #3386241: Width configuration in BEF integration
1 unresolved thread
Merge request reports
Activity
added 1 commit
added 10 commits
-
74a5acbb...2dda0645 - 9 commits from branch
project:8.x-1.x
- 684d73fd - Issue #3386241 by kksandr: added width configuration in BEF integration
-
74a5acbb...2dda0645 - 9 commits from branch
added 1 commit
61 64 '#description' => $this->t('Text to be shown in the Select2 field until a value is selected.'), 62 65 '#default_value' => $this->configuration['advanced']['placeholder_text'], 63 66 ]; 67 $form['width'] = [ 68 '#type' => 'textfield', 69 '#title' => $this->t('Width'), 70 '#default_value' => $this->configuration['width'], We should somehow mention what values are allowed here. I think its easiest just to link to Select2 documentation. Currently it allows
element
,style
,resolve
and<value>
.Edited by Kalle Vuorjoki
Please register or sign in to reply