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? |
Answered by
MarcusNotheis
Sep 1, 2023
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 |
0 replies
Answer selected by
cproinger
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @cproinger,
unfortunately it is not possible to achieve this behaviour using an
ActionSheet. According to the Fiori Guidelines, onlyButtoncomponents should be used inside anActionSheet.In order to achieve your desired markup, I would recommend to implement a
PopoverorResponsivePopoveron your own and place the download link button in there.