ActionSheet Download Button How-To #4900
-
i want to provide a File-Download via an ActionSheet. Since ActionSheet does stuff to it's children (wrapping it in buttons?) i cannot get this to work with such a markup
any suggestions on how to implement this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @cproinger, unfortunately it is not possible to achieve this behaviour using an In order to achieve your desired markup, I would recommend to implement a |
Beta Was this translation helpful? Give feedback.
Hi @cproinger,
unfortunately it is not possible to achieve this behaviour using an
ActionSheet
. According to the Fiori Guidelines, onlyButton
components should be used inside anActionSheet
.In order to achieve your desired markup, I would recommend to implement a
Popover
orResponsivePopover
on your own and place the download link button in there.