select-choice in a listview split button

select-choice in a listview split button

Hi,

is it possible to use the split button (of a listview) item to open a custom menu instead of a link ?

Something like:
<li data-icon="false"><a href="test.html">
    <div>Item 1 text</div>
    </a>
    <a for="select-choice-a" data-rel="dialog" data-transition="slideup">
        <select name="select-choice-a" id="select-choice-a" data-native-menu="false">
            <option value="standard">Standard: 7 day</option>
            <option value="rush">Rush: 3 days</option>
            <option value="express">Express: next day</option>
            <option value="overnight">Overnight</option>
        </select>
    </a>
</li>

I've tried different combinations and searched over the forum but without any answer.

Thanks in advance for your advice,
S.