[
https://issues.apache.org/jira/browse/TOBAGO-2316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henning Nöth resolved TOBAGO-2316.
----------------------------------
Resolution: Fixed
> Dropdown forms
> --------------
>
> Key: TOBAGO-2316
> URL: https://issues.apache.org/jira/browse/TOBAGO-2316
> Project: MyFaces Tobago
> Issue Type: New Feature
> Components: Core, JavaScript
> Affects Versions: 5.12.0, 6.4.0
> Reporter: Henning Nöth
> Assignee: Henning Nöth
> Priority: Major
> Fix For: 6.10.0
>
>
> Implement dropdown forms. It's like a dropdown menu, but instead of a menu
> item, there is a panel which can contain any content.
> https://getbootstrap.com/docs/5.3/components/dropdowns/?#forms
> An implementation might be:
> {code:xml}<tc:button label="Dropdown From" omit="true">
> <tc:panel>
> <p>my content</p>
> </tc:panel>
> </tc:button>{code}
> The dropdown must not close if a user clicked on the panel.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)