- Issue created by @Grimreaper
- Assigned to Grimreaper
- 🇫🇷France Grimreaper France 🇫🇷
Currently by having a content prop of type links, this prevent features like https://getbootstrap.com/docs/5.3/components/dropdowns/#forms
I guess in some navigation menu / header, with custom code to generate such dropdowns, this can be useful to be able to support that. For login, search forms.
- Merge request !168Issue #3426475 by Grimreaper: Dropdown: implements menu alignment → (Merged) created by Grimreaper
- 🇫🇷France Grimreaper France 🇫🇷
Uploading patch for Composer usage.
- Assigned to pdureau
- Status changed to Needs work
8 months ago 10:40am 15 March 2024 - 🇫🇷France Grimreaper France 🇫🇷
@pdureau, can you please give a look at the MR and also about comment 3?
- 🇫🇷France pdureau Paris
Currently by having a content prop of type links, this prevent features like https://getbootstrap.com/docs/5.3/components/dropdowns/#forms
I would prefer to keep a convenient data structure with the links prop type, at the cost of not implementing every fetaure of this component.
- Assigned to Grimreaper
- 🇫🇷France pdureau Paris
{% set dropdown_menu_attributes = dropdown_menu_start ? dropdown_menu_attributes.addClass(dropdown_menu_start) : dropdown_menu_attributes %}
Why do we need to test
dropdown_menu_start
? What would be the result of{% set dropdown_menu_attributes = dropdown_menu_attributes.addClass(dropdown_menu_start) %}
if dropdown_menu_start is empty or not defined? - Assigned to pdureau
- 🇫🇷France Grimreaper France 🇫🇷
Ready to merge.
Ok for you @pdureau?
- Status changed to Needs review
8 months ago 1:53pm 25 March 2024 - Issue was unassigned.
- Status changed to RTBC
8 months ago 11:44am 26 March 2024 -
Grimreaper →
committed 89c14e15 on 5.0.x
Issue #3426475 by Grimreaper, pdureau: Dropdown, implements menu...
-
Grimreaper →
committed 89c14e15 on 5.0.x
- Status changed to Fixed
8 months ago 4:49pm 26 March 2024 Automatically closed - issue fixed for 2 weeks with no activity.