How can I do a Select Dialog responsive?
Bellow is my Dialog.fragment.xml
<core:FragmentDefinition xmlns="sap.m" xmlns:core="sap.ui.core"> <SelectDialog title="Login" class="sapUiPopupWithPadding" items="{/results}" search="_handleValueHelpSearch" confirm="_handleValueHelpClose" cancel="_handleValueHelpClose"> <StandardListItem title="{name} ({login})" /> </SelectDialog> </core:FragmentDefinition>
Set content density for a dialog (or) use sap.m.ResponsivePopover
Can you show me a example?